mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-10 03:37:51 +02:00
one more link fix
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
" * [Human-in-the-loop](../../../concepts/human_in_the_loop)\n",
|
||||
" * [LangGraph Glossary](../../../concepts/low_level) \n",
|
||||
"\n",
|
||||
"Human-in-the-loop (HIL) interactions are crucial for [agentic systems](../../../concepts/human-in-the-loop). A common pattern is to add some human in the loop step after certain tool calls. These tool calls often lead to either a function call or saving of some information. Examples include:\n",
|
||||
"Human-in-the-loop (HIL) interactions are crucial for [agentic systems](../../../concepts/agentic_concepts). A common pattern is to add some human in the loop step after certain tool calls. These tool calls often lead to either a function call or saving of some information. Examples include:\n",
|
||||
"\n",
|
||||
"- A tool call to execute SQL, which will then be run by the tool\n",
|
||||
"- A tool call to generate a summary, which will then be saved to the State of the graph\n",
|
||||
|
||||
Reference in New Issue
Block a user