Skip to content

Commit

Permalink
Update swarm.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
borisbolliet committed Dec 16, 2024
1 parent 190a93d commit 5106d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/topics/swarm.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
" return agent_2\n",
"\n",
"def transfer_to_agent_3():\n",
" \"\"\"condition_1\"\"\"\n",
" \"\"\"condition_2\"\"\"\n",
" return agent_3\n",
" \n",
"agent_1 = SwarmAgent(..., functions=[transfer_to_agent_2, transfer_to_agent_3])\n",
Expand Down

0 comments on commit 5106d01

Please sign in to comment.