mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-08 02:37:52 +02:00
Apply patch [skip ci]
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user