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 +