{
"title": "agent.completions.message.AssistantToolCallFunction",
"description": "Details of a function call made by the assistant.",
"type": "object",
"properties": {
"arguments": {
"description": "The arguments to pass to the function, as a JSON string.",
"type": "string"
},
"name": {
"description": "The name of the function to call.",
"type": "string"
}
}
}