Replies: 3 comments
-
Wondering the same thing. Docs say they're not compatible, but doesn't suggest an alternative approach for passing structured data around when tools are present. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
google models at least support soft schemas for structured data. you can combine this with an after model callback to parse the response. it is hacky but should work most of the time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Whats the best way handle structured output with
output_schema
withtools
using multiple agents.Can a
SequentialAgent
handlesub_agents
to achieve this ?Beta Was this translation helpful? Give feedback.
All reactions