Multiple Function Calling within Orchestration #13030
Unanswered
Joe Liu (jliu-mycarrier)
asked this question in
Q&A
Replies: 1 comment
|
Joe Liu (@jliu-mycarrier) are you using Python or .NET? Also do you have a min repro sample? For the single agent, do you have a specific function choice behavior defined? |
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 have an agent that use multiple function calling to achieve the goal. When I execute the agent individually, everything works as it should be. But when I execute the agent in SequentialOrchestration, only 1 tool is being executed. Any reason for that?
All reactions