Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-08-06 16:38:27 +00:00
parent d84c77bd19
commit 3f0dd01279

View File

@@ -165,7 +165,7 @@ def _parse_arguments_from_tool_call(
def _get_tool_calls_from_response(
response: Mapping[str, Any],
model_name: Optional[str] = None,
model_name: str = "",
) -> list[ToolCall]:
"""Get tool calls from ollama response.
@@ -1560,3 +1560,4 @@ class ChatOllama(BaseChatModel):