mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-17 21:25:46 +02:00
Fix typo in documentation: corrected 'they agent's' to 'their agent's' (#1338)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user