Skip to content

v3.12.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 May 10:10
· 3 commits to refs/heads/develop since this release

Summary

Thanks to @anafalcao, in this release we added support for additional response fields supported by Bedrock Agents when using the BedrockAgentResolver.

Additional response fields with BedrockAgentResolver

Docs

You can use the BedrockResponse class to add additional fields as needed, such as session attributes, prompt session attributes, and knowledge base configurations. These fields are useful when you want to persist attributes across multiple sessions, for example

bedrock_response

Changes

🌟New features and non-breaking changes

  • feat(bedrock_agents): add optional fields to response payload (#6336) by @anafalcao

📜 Documentation updates

🔧 Maintenance

This release was made possible by the following contributors:

@anafalcao, @dependabot[bot], @dreamorosi, @github-actions[bot], @leandrodamascena, @ran-isenberg, dependabot[bot] and github-actions[bot]