Defines the tool call schema.
Authors
Henry Wicaksono (henry.wicaksono@gdplabs.id)
References
NONE
Bases: BaseModel
Defines a tool call request when a language model decides to invoke a tool.
Attributes:
| Name |
Type |
Description |
id |
str
|
|
name |
str
|
|
args |
dict[str, Any]
|
The arguments of the tool call.
|