This commit is contained in:
Chester Curme
2025-01-16 15:12:53 -05:00
parent d978cb0392
commit 93854ed721
+1 -1
View File
@@ -1897,7 +1897,7 @@
"id": "ab34ef46-a836-4dbd-b1ae-56c5e8dc75af", "id": "ab34ef46-a836-4dbd-b1ae-56c5e8dc75af",
"metadata": {}, "metadata": {},
"source": [ "source": [
"Manual state updates will even [generate a trace](https://smith.langchain.com/public/7ebb7827-378d-49fe-9f6c-5df0e90086c8/r) in LangSmith. If desired, they can also be used to control human-in-the-loop workflows, as described in [this guide](how-tos/human_in_the_loop/edit-graph-state/). Use of the `interrupt` function is generally recommended instead, as it allows data to be transmitted in a human-in-the-loop interaction independently of state updates.\n", "Manual state updates will even [generate a trace](https://smith.langchain.com/public/7ebb7827-378d-49fe-9f6c-5df0e90086c8/r) in LangSmith. If desired, they can also be used to control human-in-the-loop workflows, as described in [this guide](../../how-tos/human_in_the_loop/edit-graph-state/). Use of the `interrupt` function is generally recommended instead, as it allows data to be transmitted in a human-in-the-loop interaction independently of state updates.\n",
"\n", "\n",
"**Congratulations!** You've added custom keys to the state to facilitate a more complex workflow, and learned how to generate state updates from inside tools.\n", "**Congratulations!** You've added custom keys to the state to facilitate a more complex workflow, and learned how to generate state updates from inside tools.\n",
"\n", "\n",