mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-17 21:25:46 +02:00
Fix typo in examples/human-in-the-loop.ipynb (#359)
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"This can be helpful when giving them access to tools.\n",
|
||||
"Often in these situations you may want to manually approve an action before taking.\n",
|
||||
"\n",
|
||||
"This can be in several ways, but the primary supported way is to add an \"interupt\" before a node is executed.\n",
|
||||
"This interupts execution at that node.\n",
|
||||
"This can be in several ways, but the primary supported way is to add an \"interrupt\" before a node is executed.\n",
|
||||
"This interrupts execution at that node.\n",
|
||||
"You can then resume from that spot to continue."
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user