Fix typo in documentation: corrected 'they agent's' to 'their agent's' (#1338)

This commit is contained in:
Hassan Memon
2024-08-14 10:08:26 -04:00
committed by GitHub
parent aa1b94166c
commit 8daeb56194
+1 -1
View File
@@ -1563,7 +1563,7 @@
"source": [
"## Part 5: Manually Updating the State\n",
"\n",
"In the previous section, we showed how to interrupt a graph so that a human could inspect its actions. This lets the human `read` the state, but if they want to change they agent's course, they'll need to have `write` access.\n",
"In the previous section, we showed how to interrupt a graph so that a human could inspect its actions. This lets the human `read` the state, but if they want to change their agent's course, they'll need to have `write` access.\n",
"\n",
"Thankfully, LangGraph lets you **manually update state**! Updating the state lets you control the agent's trajectory by modifying its actions (even modifying the past!). This capability is particularly useful when you want to correct the agent's mistakes, explore alternative paths, or guide the agent towards a specific goal.\n",
"\n",