Update swarm.ipynb (#4959)

Small typo in docs

Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
This commit is contained in:
SeryioGonzalez 2025-01-09 21:29:13 +01:00 committed by GitHub
parent 99e2e39281
commit 7c31ee0573
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,7 +83,7 @@
" - For information needed from the customer, either agent can hand off to the `\"user\"`.\n",
"3. The **Flights Refunder** processes refunds using the `refund_flight` tool when appropriate.\n",
"4. If an agent hands off to the `\"user\"`, the team execution will stop and wait for the user to input a response.\n",
"5. When the user provides input, it's sent back to the team as a {py:class}`~autogen_agentchat.messages.HandaffMessage`. This message is directed to the agent that originally requested user input.\n",
"5. When the user provides input, it's sent back to the team as a {py:class}`~autogen_agentchat.messages.HandoffMessage`. This message is directed to the agent that originally requested user input.\n",
"6. The process continues until the Travel Agent determines the task is complete and terminates the workflow."
]
},