Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-08-22 13:27:53 +00:00
parent 5197b6261b
commit 89e1933ab0
+2 -1
View File
@@ -434,7 +434,7 @@ const multiAgentGraph = new StateGraph(MessagesZodState)
@tool(name, description=description)
def handoff_tool(
# highlight-next-line
state: Annotated[MessagesState, InjectedState], # (1)!
state, # (1)! Reserved keyword - automatically injected
# highlight-next-line
tool_call_id: Annotated[str, InjectedToolCallId],
) -> Command:
@@ -1253,3 +1253,4 @@ LangGraph comes with prebuilt implementations of two of the most popular multi-a