Replies: 1 comment
-
Adding @TaoChenOSU to help (code sample is dotnet, but same concept exists for python). |
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.
-
What are differences between using an agent to govern multiple sub agents and using orchestration, such as ConcurrentOrchestration to execute multiple agents? With the former, I know I can instruct the governing agent. With the latter, I don't see a way to instruct the orchestrator. What is the purpose of using Orchestrator in contrast to Agent? When do I use which?
Below is an Orchestration example where I can't give it any instruction.
Beta Was this translation helpful? Give feedback.
All reactions