Fix typo in examples/human-in-the-loop.ipynb (#359)

This commit is contained in:
Trung Phan
2024-04-29 15:26:14 -07:00
committed by GitHub
parent ede895cd9f
commit a72d162a10
+2 -2
View File
@@ -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."
]
},