mirror of
https://github.com/microsoft/autogen.git
synced 2025-12-26 06:28:50 +00:00
fix a small typo (#5120)
Co-authored-by: Ryan Sweet <rysweet@microsoft.com> Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
This commit is contained in:
parent
142e102ce8
commit
e0a6a86b12
@ -17,7 +17,7 @@
|
||||
"In a group chat, participants take turn to publish a message, and the process\n",
|
||||
"is sequential -- only one agent is working at a time.\n",
|
||||
"Under the hood, the order of turns is maintained by a Group Chat Manager agent,\n",
|
||||
"which selects the next agent to speak upon receving a message.\n",
|
||||
"which selects the next agent to speak upon receiving a message.\n",
|
||||
"The exact algorithm for selecting the next agent can vary based on your\n",
|
||||
"application requirements. \n",
|
||||
"Typically, a round-robin algorithm or a selector with an LLM model is used.\n",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user