fix: update name of toolcallfunction parameter (#236)

This commit is contained in:
Jeel Rupapara 2024-07-29 23:03:24 +05:30 committed by GitHub
parent cd4fbfc2bc
commit cbf0887573
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.'