one more link fix

This commit is contained in:
Eugene Yurtsev
2024-12-11 13:22:17 -05:00
parent d16004c0b6
commit 189358cb91
@@ -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",