aws-samples/amazon-transcribe-live-meeting-assistant

The 'ASK ASSISTANT!' user custom pompt feature isn't functioning when KB_ID is null

Closed this issue · 3 comments

Describe the bug
The 'ASK ASSISTANT!' user custom pompt feature isn't functioning through the LMA GUI for me; it shows the error message: 'Default message - you'll see this only if the lambda hook failed'

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
This is caused by the KB_ID not specified to the Cloudformation template during stack deployment time. KB_ID should be a required parameter for the Cloudfomation template.

Screenshots
lambda-hook

Additional context
Add any other context about the problem here.

Thanks! Request is added to our backlog, and we'll investigate making Bedrock KB optional for the next release, allowing users to select 'BEDROCK_LLM' as the assistant service to get best effort answers from the LLM own world knowledge.

In develop branch now, queued for next release. See - #14
Please test it if you can, and report back.

Bedrock KB is now optional in v0.1.2. Additionally, if Bedrock KB is selected, the template now enforces that KB ID is provided.