Browse Source

Update swarm.ipynb (#4958)

Small typo

Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
gh-readonly-queue/main/pr-4958-8c4c9f0776700a55cb9218fa1412bd7563d22f91
SeryioGonzalez GitHub 1 year ago
parent
commit
cc5f96906e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      python/packages/autogen-core/docs/src/user-guide/agentchat-user-guide/swarm.ipynb

+ 1
- 1
python/packages/autogen-core/docs/src/user-guide/agentchat-user-guide/swarm.ipynb View File

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


Loading…
Cancel
Save