Skip to content

Commit

Permalink
fix a small typo (#5120)
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Sweet <[email protected]>
Co-authored-by: Eric Zhu <[email protected]>
  • Loading branch information
3 people authored Jan 20, 2025
1 parent 142e102 commit e0a6a86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e0a6a86

Please sign in to comment.