Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-08-22 13:31:34 +00:00
parent 4096463586
commit 80c100273c
+2 -1
View File
@@ -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.
:::