-
I am using the Swarm mode of the newest api dev10. |
Beta Was this translation helpful? Give feedback.
Answered by
ekzhu
Dec 10, 2024
Replies: 1 comment
-
Swarm is sequential only, we are planning to disable parallel tool call for handoffs to avoid this warning. For parallel processing, for now, you can take a look at the Core API examples: https://microsoft.github.io/autogen/dev/user-guide/core-user-guide/design-patterns/index.html |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
imhuay
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Swarm is sequential only, we are planning to disable parallel tool call for handoffs to avoid this warning.
For parallel processing, for now, you can take a look at the Core API examples: https://microsoft.github.io/autogen/dev/user-guide/core-user-guide/design-patterns/index.html