I'm having trouble determining if multi-agent-orchestrator can output JSON data using tools config #216
|
I'm using this article as a point of reference. https://community.aws/content/2hWA16FSt2bIzKs0Z1fgJBwu589/generating-json-with-the-amazon-bedrock-converse-api?lang=en Is this something that the multi-agent-orchestrator supports? |
Answered by
cornelcroi
Jan 31, 2025
Replies: 1 comment
|
Hi, The Also, you could create an issue with this. |
0 replies
Answer selected by
cornelcroi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
The
BedrockLLMAgentdoes not support this, it uses the tools to generate the final response only.If you need to be sure that in 100% of cases the response is a proper json you should create a custom agent (you can essentially copy all the code from BedrockLLMAgent) and then just add a new tool that is the response format you need.
Alternatively you still ask the LLM to provide a JSON like this example.
Also, you could create an issue with this.