fix(docs): fix indent typo in code snippet in human-in-the-loop.md (#4501)

This commit is contained in:
Eugene Yurtsev
2025-05-01 21:18:15 -04:00
committed by GitHub
parent fcd06acd33
commit abae398a3a
+2 -2
View File
@@ -126,7 +126,7 @@ def add_human_in_the_loop(
*,
interrupt_config: HumanInterruptConfig = None,
) -> BaseTool:
"""Wrap a tool to support human-in-the-loop review."""
"""Wrap a tool to support human-in-the-loop review."""
if not isinstance(tool, BaseTool):
tool = create_tool(tool)
@@ -235,4 +235,4 @@ for chunk in agent.stream(
## Additional resources
* [Human-in-the-loop in LangGraph](../concepts/human_in_the_loop.md)
* [Human-in-the-loop in LangGraph](../concepts/human_in_the_loop.md)