From 3d2bc9069e18caf287adc6975692ade7fe0c5b71 Mon Sep 17 00:00:00 2001 From: "open-swe[bot]" Date: Fri, 22 Aug 2025 13:28:09 +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 2b04e9e16..617b51e63 100644 --- a/docs/docs/how-tos/multi_agent.md +++ b/docs/docs/how-tos/multi_agent.md @@ -788,7 +788,7 @@ function agent(state: MessagesState): Command { ```python from langchain_anthropic import ChatAnthropic from langgraph.graph import MessagesState, StateGraph, START - from langgraph.prebuilt import create_react_agent, InjectedState + from langgraph.prebuilt import create_react_agent from langgraph.types import Command, interrupt from langgraph.checkpoint.memory import InMemorySaver @@ -1254,3 +1254,4 @@ LangGraph comes with prebuilt implementations of two of the most popular multi-a +