mirror of
https://github.com/hwchase17/langchain.git
synced 2026-05-19 22:23:49 +00:00
Apply patch [skip ci]
This commit is contained in:
@@ -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):
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user