1 Answer
- Newest
- Most votes
- Most comments
1
The Converse API in Amazon Bedrock is a recommended consistent API that works with all supported models. It allows you to create conversational applications by sending and receiving messages to and from an Amazon Bedrock model. However, combining “guardrails” and “tool use” in the same call is not currently supported. You can find detailed information in the official Amazon Bedrock documentation. Keep in mind that some models don’t support chat with the Converse API and can only handle one user message at a time.
Look at here for integrations: https://docs.aws.amazon.com/bedrock/latest/userguide/conversation-inference.html
Relevant content
- asked 2 months ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 7 months ago
Thank you very much for your answer! i do know that while both features are supported to model that i test, they do not work together (error is pretty clear). Do you know if there is a plan to make them work together, or this is done in accordance to design? Both are great features (i do not think that any chat should be used without guardrails) so the lack of this this make functional calling less useful. i will need to try the same in agents, but maybe you know the answer... Thank you YK Update: functional calling with guardrail works in agent. Additionally, agent has ability to work with this functionality in playground/test. Thank you very much again YK