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? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi, The Also, you could create an issue with this. |
Beta Was this translation helpful? Give feedback.
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.