ToolCall
idId (string)required
index object
anyOf
- integer
- null
integer
typeType (string)
Constant value:
functionDefault value:
functionfunction objectrequired
idId (string)
nameName (string)required
argumentsArguments (string)required
ToolCall
{
"id": "string",
"index": 0,
"type": "function",
"function": {
"id": "string",
"name": "string",
"arguments": "string"
}
}