From e1612b0cfb83cb2be81f39977510cacef03387ee Mon Sep 17 00:00:00 2001 From: "open-swe[bot]" Date: Tue, 12 Aug 2025 16:55:24 +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 f53c81b74..c6df46d7b 100644 --- a/libs/prebuilt/langgraph/prebuilt/chat_agent_executor.py +++ b/libs/prebuilt/langgraph/prebuilt/chat_agent_executor.py @@ -678,7 +678,7 @@ def create_react_agent( Awaitable[Runnable[LanguageModelInput, BaseMessage]], ], ], - tools: Union[Sequence[Union[BaseTool, Callable, dict[str, Any]]], ToolNode], + tools: Sequence[Union[BaseTool, Callable, dict[str, Any]]], *, prompt: Optional[Prompt] = None, response_format: Optional[ @@ -1371,3 +1371,4 @@ __all__ = [ +