Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev committed Dec 11, 2024
1 parent a03900b commit 6b80fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/how-tos/multi-agent-multi-turn-convo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
"builder.add_node(\"sightseeing_advisor\", sightseeing_advisor)\n",
"builder.add_node(\"hotel_advisor\", hotel_advisor)\n",
"\n",
"# This adds a node to collet human input, which will route\n",
"# This adds a node to collect human input, which will route\n",
"# back to the active agent.\n",
"builder.add_node(\"human\", human_node)\n",
"\n",
Expand Down

0 comments on commit 6b80fa6

Please sign in to comment.