A tool the model may call.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ChatCompletionTool", "type": "object", "description": "A tool the model may call.", "properties": { "type": { "type": "string", "description": "The type of the tool." } } }