Stuck on a basic problem #1937
vansh-pundir-rc
started this conversation in
Ideas
Replies: 1 comment
-
why can't you run them as a sequential agent? |
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.
-
I’m currently stuck on a problem.
Let’s say I have two agents:
Agent One generates some text using tools.
Since I can't use structuredOutput with tools, I created another agent specifically for structuredOutput.
However, this second agent can’t be a sub-agent of the first one.
Secondly, I can’t use it as a tool either.
Moreover, I can't run them through a sequentialAgent.
What would be a good workaround for this problem?
Beta Was this translation helpful? Give feedback.
All reactions