{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ResponseToolChoice",
"type": "object",
"properties": {
"type": {
"type": "string",
"description": "The type of tool to force."
},
"name": {
"type": "string",
"description": "The name of the function to call. Required when type\nis function.\n"
}
}
}