From 89e1933ab09b83a1dca664fc9acbb947e97d48dd Mon Sep 17 00:00:00 2001 From: "open-swe[bot]" Date: Fri, 22 Aug 2025 13:27:53 +0000 Subject: [PATCH] Apply patch [skip ci] --- docs/docs/how-tos/multi_agent.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/how-tos/multi_agent.md b/docs/docs/how-tos/multi_agent.md index d7e7df586..2b04e9e16 100644 --- a/docs/docs/how-tos/multi_agent.md +++ b/docs/docs/how-tos/multi_agent.md @@ -434,7 +434,7 @@ const multiAgentGraph = new StateGraph(MessagesZodState) @tool(name, description=description) def handoff_tool( # highlight-next-line - state: Annotated[MessagesState, InjectedState], # (1)! + state, # (1)! Reserved keyword - automatically injected # highlight-next-line tool_call_id: Annotated[str, InjectedToolCallId], ) -> Command: @@ -1253,3 +1253,4 @@ LangGraph comes with prebuilt implementations of two of the most popular multi-a +