Letta · Schema

ChoiceLogprobs

Log probability information for the choice.

AIAgentsStateful AgentsMemoryMemGPTContinual LearningMCPMulti-AgentRAGOpen Source

Properties

Name Type Description
content object
refusal object
View JSON Schema on GitHub

JSON Schema

letta-openai-types-chat-chat-completion-choicelogprobs-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/openai__types__chat__chat_completion__ChoiceLogprobs",
  "title": "ChoiceLogprobs",
  "properties": {
    "content": {
      "anyOf": [
        {
          "items": {
            "$ref": "#/components/schemas/openai__types__chat__chat_completion_token_logprob__ChatCompletionTokenLogprob"
          },
          "type": "array"
        },
        {
          "type": "null"
        }
      ],
      "title": "Content"
    },
    "refusal": {
      "anyOf": [
        {
          "items": {
            "$ref": "#/components/schemas/openai__types__chat__chat_completion_token_logprob__ChatCompletionTokenLogprob"
          },
          "type": "array"
        },
        {
          "type": "null"
        }
      ],
      "title": "Refusal"
    }
  },
  "additionalProperties": true,
  "type": "object",
  "description": "Log probability information for the choice."
}