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)