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:
Mario Hammer 2025-01-20 22:52:52 +01:00 committed by GitHub
parent 142e102ce8
commit e0a6a86b12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",