{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ToolCall",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The ID of the tool call."
},
"type": {
"type": "string",
"description": "The type of the tool call."
},
"function": {
"type": "object"
}
}
}