diff --git a/ollama/_types.py b/ollama/_types.py index 7dcf9c5..243b27b 100644 --- a/ollama/_types.py +++ b/ollama/_types.py @@ -61,7 +61,7 @@ class ToolCallFunction(TypedDict): name: str 'Name of the function.' - args: NotRequired[Mapping[str, Any]] + arguments: NotRequired[Mapping[str, Any]] 'Arguments of the function.'