diff --git a/notebooks/swarm.ipynb b/notebooks/swarm.ipynb index c97a6eb..cacd04f 100644 --- a/notebooks/swarm.ipynb +++ b/notebooks/swarm.ipynb @@ -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.*" ] }, {