-
I know that there is the possibility of choosing between different ways to choose the next agent: https://microsoft.github.io/autogen/docs/reference/agentchat/groupchat#groupchat-objects What I don't understand is, how auto works. What Agent (LLM) decides who's next, and based on what information? |
Beta Was this translation helpful? Give feedback.
Answered by
ekzhu
Jan 30, 2024
Replies: 1 comment 1 reply
-
The group chat manager uses this method to decide when set to |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Yanni8
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The group chat manager uses this method to decide when set to
auto
: https://github.com/microsoft/autogen/blob/main/autogen/agentchat/groupchat.py#L92