From 2f0b42e76c9d38a72dec26b8bc1cd6c2a0b1ab06 Mon Sep 17 00:00:00 2001 From: "open-swe[bot]" Date: Tue, 12 Aug 2025 17:04:07 +0000 Subject: [PATCH] Apply patch [skip ci] --- libs/prebuilt/langgraph/prebuilt/chat_agent_executor.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/prebuilt/langgraph/prebuilt/chat_agent_executor.py b/libs/prebuilt/langgraph/prebuilt/chat_agent_executor.py index b67955031..53a9c4417 100644 --- a/libs/prebuilt/langgraph/prebuilt/chat_agent_executor.py +++ b/libs/prebuilt/langgraph/prebuilt/chat_agent_executor.py @@ -1284,7 +1284,7 @@ def create_react_agent( """Route to the next node after post_model_hook. Routes to one of: - * "tools": if there are pending tool calls without a corresponding message. + * Individual tool nodes: if there are pending tool calls without a corresponding message. * "generate_structured_response": if no pending tool calls exist and response_format is specified. * END: if no pending tool calls exist and no response_format is specified. """ @@ -1390,3 +1390,4 @@ __all__ = [ +