From abae398a3a1f39de0083fedafaae57c7a7c554fd Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Thu, 1 May 2025 21:18:15 -0400 Subject: [PATCH] fix(docs): fix indent typo in code snippet in human-in-the-loop.md (#4501) --- docs/docs/agents/human-in-the-loop.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/agents/human-in-the-loop.md b/docs/docs/agents/human-in-the-loop.md index 8c111e047..28f2b1259 100644 --- a/docs/docs/agents/human-in-the-loop.md +++ b/docs/docs/agents/human-in-the-loop.md @@ -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) \ No newline at end of file +* [Human-in-the-loop in LangGraph](../concepts/human_in_the_loop.md)