fix: update name of toolcallfunction parameter (#236)

This commit is contained in:
Jeel Rupapara
2024-07-29 10:33:24 -07:00
committed by GitHub
parent cd4fbfc2bc
commit cbf0887573
+1 -1
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.'