diff --git a/docs/docs/how-tos/multi_agent.md b/docs/docs/how-tos/multi_agent.md index 84b8759f6..d7e7df586 100644 --- a/docs/docs/how-tos/multi_agent.md +++ b/docs/docs/how-tos/multi_agent.md @@ -381,7 +381,7 @@ const multiAgentGraph = new StateGraph(MessagesZodState) from typing import Annotated from langchain_core.messages import convert_to_messages from langchain_core.tools import tool, InjectedToolCallId - from langgraph.prebuilt import create_react_agent, InjectedState + from langgraph.prebuilt import create_react_agent from langgraph.graph import StateGraph, START, MessagesState from langgraph.types import Command @@ -1252,3 +1252,4 @@ LangGraph comes with prebuilt implementations of two of the most popular multi-a ::: +