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

Update swarm.ipynb #4958

Merged
merged 2 commits into from
Jan 9, 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 @@ -28,7 +28,7 @@
"where agents take turn to generate a response. \n",
"Similar to {py:class}`~autogen_agentchat.teams.SelectorGroupChat`\n",
"and {py:class}`~autogen_agentchat.teams.RoundRobinGroupChat`, participant agents\n",
"broadcast their responses so all agents share the same mesasge context.\n",
"broadcast their responses so all agents share the same message context.\n",
"\n",
"Different from the other two group chat teams, at each turn,\n",
"**the speaker agent is selected based on the most recent\n",
Expand Down
Loading