Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix a small typo #5120

Merged
merged 3 commits into from
Jan 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading