From cc5f96906e4e5023fc29eb0da36dce6cb7e5af96 Mon Sep 17 00:00:00 2001 From: SeryioGonzalez Date: Thu, 9 Jan 2025 21:17:47 +0100 Subject: [PATCH] Update swarm.ipynb (#4958) Small typo Co-authored-by: Jack Gerrits --- .../docs/src/user-guide/agentchat-user-guide/swarm.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/packages/autogen-core/docs/src/user-guide/agentchat-user-guide/swarm.ipynb b/python/packages/autogen-core/docs/src/user-guide/agentchat-user-guide/swarm.ipynb index ba86743fc..1cd48486a 100644 --- a/python/packages/autogen-core/docs/src/user-guide/agentchat-user-guide/swarm.ipynb +++ b/python/packages/autogen-core/docs/src/user-guide/agentchat-user-guide/swarm.ipynb @@ -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",