Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-08-22 13:27:38 +00:00
parent bf2e321fb3
commit 5197b6261b
+2 -1
View File
@@ -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
:::