From 80a2a327ce432bdbaf46f4727b183b1fb930eb46 Mon Sep 17 00:00:00 2001 From: anakin87 Date: Mon, 18 Nov 2024 16:16:06 +0100 Subject: [PATCH] fix --- notebooks/swarm.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.*" ] }, {