-
Notifications
You must be signed in to change notification settings - Fork 423
Feature request: [Bedrock Agent Event Handler] Add (prompt) session attributes and knowledgeBasesConfiguration to the response #5042
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for opening your first issue here! We'll come back to you as soon as we can. |
Hi @isunli! Thanks for opening this issue! I'm adding it to the backlog and will return to this issue once we release v3. |
Hey @isunli ! We are looking at it and try to prioritize it to deliver it next month. |
|
Use case
We are using bedrock event handler and we want to add session attributes and prompt session attributes in our response. In the current event handler there is no way to do that unless we build the json object manually. code.
We want to have a proper why to inject those attributes into response.
In the doc there is one more attribute called knowledgeBasesConfiguration which should also included in the solution.
Solution/User Experience
Maybe we have a bedrock response object like API Gateway (https://docs.powertools.aws.dev/lambda/python/latest/core/event_handler/api_gateway/#fine-grained-responses) to allow user to inject additional attributes.
Alternative solutions
No response
Acknowledgment
The text was updated successfully, but these errors were encountered: