From 80c100273c19ba914d6940c09276b8a483a15549 Mon Sep 17 00:00:00 2001 From: "open-swe[bot]" Date: Fri, 22 Aug 2025 13:31:34 +0000 Subject: [PATCH] Apply patch [skip ci] --- docs/docs/agents/multi-agent.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/agents/multi-agent.md b/docs/docs/agents/multi-agent.md index d96996a9c..2744442fe 100644 --- a/docs/docs/agents/multi-agent.md +++ b/docs/docs/agents/multi-agent.md @@ -384,7 +384,7 @@ Putting this together, here is how you can implement a simple multi-agent system ```python from typing import Annotated 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 @@ -636,3 +636,4 @@ Check out LangGraph [supervisor](https://github.com/langchain-ai/langgraph-super :::js Check out LangGraph [supervisor](https://github.com/langchain-ai/langgraphjs/tree/main/libs/langgraph-supervisor#customizing-handoff-tools) and [swarm](https://github.com/langchain-ai/langgraphjs/tree/main/libs/langgraph-swarm#customizing-handoff-tools) documentation to learn how to customize handoffs. ::: +