Skip to content

Commit

Permalink
Merge pull request #221 from CMBAgents/patch_swarm_doc
Browse files Browse the repository at this point in the history
small typo in swarm doc
  • Loading branch information
marklysze authored Dec 17, 2024
2 parents 190a93d + 5106d01 commit 1a2ae6b
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 1a2ae6b

Please sign in to comment.