mirror of
https://github.com/ollama/ollama-python.git
synced 2026-09-06 11:39:54 +00:00
fix: update name of toolcallfunction parameter (#236)
This commit is contained in:
+1
-1
@@ -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.'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user