Skip to content

Commit

Permalink
Merge pull request #2715 from langchain-ai/eugene/fix_typo_123
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
eyurtsev authored Dec 11, 2024
2 parents a03900b + 6b80fa6 commit 3f348e3
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 3f348e3

Please sign in to comment.