mirror of
https://github.com/ollama/ollama-python.git
synced 2026-01-13 21:57:16 +08:00
fix: update name of toolcallfunction parameter (#236)
This commit is contained in:
parent
cd4fbfc2bc
commit
cbf0887573
@ -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.'
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user