You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Thanks for opening your first issue here! We'll come back to you as soon as we can.
In the meantime, check out the #python channel on our Powertools for AWS Lambda Discord: Invite link
isunli
changed the title
Feature request: [Bedrock Event Handler] Add (prompt) session attributes and knowledgeBasesConfiguration to the response
Feature request: [Bedrock Agent Event Handler] Add (prompt) session attributes and knowledgeBasesConfiguration to the response
Aug 21, 2024
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: