From 86d7e5a6ebad091562f580bb220e3a8e368332e8 Mon Sep 17 00:00:00 2001 From: Wei Jen Lu Date: Fri, 7 Feb 2025 19:02:01 +0000 Subject: [PATCH] Fix typo in Swarm doc Fix typo in Swarm doc --- .../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 41ba103b5d3c..df9a6cfe4a3c 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 @@ -46,7 +46,7 @@ "\n", "1. Each agent has the ability to generate {py:class}`~autogen_agentchat.messages.HandoffMessage`\n", " to signal which other agents it can hand off to. For {py:class}`~autogen_agentchat.agents.AssistantAgent`, this means setting the `handoffs` argument.\n", - "2. When the team starts on a task, the first speaker agents operate on the task and make locallized decision about whether to hand off and to whom.\n", + "2. When the team starts on a task, the first speaker agents operate on the task and make localized decision about whether to hand off and to whom.\n", "3. When an agent generates a {py:class}`~autogen_agentchat.messages.HandoffMessage`, the receiving agent takes over the task with the same message context.\n", "4. The process continues until a termination condition is met.\n", "\n",