Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-08-12 16:55:24 +00:00
parent f87c8b2ebb
commit e1612b0cfb
@@ -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__ = [