{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ChatCompletionChoice", "type": "object", "description": "A chat completion choice.", "properties": { "index": { "type": "integer", "description": "The index of the choice in the list." }, "finish_reason": { "type": "string", "description": "The reason the model stopped generating tokens." } } }