Letta · Schema

ChoiceLogprobs

AIAgentsStateful AgentsMemoryMemGPTContinual LearningMCPMulti-AgentRAGOpen Source

Properties

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

JSON Schema

letta-letta-schemas-openai-chat-completion-response-choicelogprobs-schema.json Raw ↑
{
  "$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"
}