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
Current Bedrock agent implementation does not allow passing promptSessionAttributes and sessionAttributes as inputs to the invoke method. These inputs are useful to pass in additional runtime context to the agents, for example passing in information from a user's profile, their username or location. Here is the documentation for these attributes in Bedrock agents. https://docs.aws.amazon.com/bedrock/latest/userguide/agents-session-state.html#session-state-attributes
The text was updated successfully, but these errors were encountered:
3coins
changed the title
Add parameters for passing SessionState to the invoke method
Add ability to pass session attributes as inputs to the invoke method for Bedrock Agents
Nov 23, 2024
3coins
changed the title
Add ability to pass session attributes as inputs to the invoke method for Bedrock Agents
Allow session attributes as inputs to the invoke method for Bedrock Agents
Nov 23, 2024
@jicowan
Thanks for raising this issue. I simplified the description for the issue, and added link to the documentation. Please feel free to edit as necessary.
Description
Current Bedrock agent implementation does not allow passing
promptSessionAttributes
andsessionAttributes
as inputs to the invoke method. These inputs are useful to pass in additional runtime context to the agents, for example passing in information from a user's profile, their username or location. Here is the documentation for these attributes in Bedrock agents.https://docs.aws.amazon.com/bedrock/latest/userguide/agents-session-state.html#session-state-attributes
The text was updated successfully, but these errors were encountered: