Skip to content

Commit e6b121e

Browse files
committed
fix: update name of toolcallfunction parameter
1 parent f62eb97 commit e6b121e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ollama/_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class ToolCallFunction(TypedDict):
6161
name: str
6262
'Name of the function.'
6363

64-
args: NotRequired[Mapping[str, Any]]
64+
arguments: NotRequired[Mapping[str, Any]]
6565
'Arguments of the function.'
6666

6767

0 commit comments

Comments
 (0)