Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Nov 18, 2024
1 parent c2b3fd6 commit 80a2a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/swarm.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@
"2. Modify the Agent to return the name of the next agent along with its messages.\n",
"3. Handle the switch in `while` loop.\n",
"\n",
"The implementation is similar to the previous one, but, compared to `ToolCallingAgent`, a `SwarmAgent` also returns the name of the next agent to be called, enabling handoffs."
"*The implementation is similar to the previous one, but, compared to `ToolCallingAgent`, a `SwarmAgent` also returns the name of the next agent to be called, enabling handoffs.*"
]
},
{
Expand Down

0 comments on commit 80a2a32

Please sign in to comment.