{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/letta__schemas__openai__chat_completion_response__ChoiceLogprobs", "title": "ChoiceLogprobs", "properties": { "content": { "anyOf": [ { "items": { "$ref": "#/components/schemas/letta__schemas__openai__chat_completion_response__ChatCompletionTokenLogprob" }, "type": "array" }, { "type": "null" } ], "title": "Content" }, "refusal": { "anyOf": [ { "items": { "$ref": "#/components/schemas/letta__schemas__openai__chat_completion_response__ChatCompletionTokenLogprob" }, "type": "array" }, { "type": "null" } ], "title": "Refusal" } }, "type": "object" }