mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-09 11:17:53 +02:00
Merge pull request #2715 from langchain-ai/eugene/fix_typo_123
fix typo
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user