Letta · Schema

UsageStatisticsCompletionTokenDetails

AIAgentsStateful AgentsMemoryMemGPTContinual LearningMCPMulti-AgentRAGOpen Source

Properties

Name Type Description
reasoning_tokens object
View JSON Schema on GitHub

JSON Schema

letta-usagestatisticscompletiontokendetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UsageStatisticsCompletionTokenDetails",
  "title": "UsageStatisticsCompletionTokenDetails",
  "properties": {
    "reasoning_tokens": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "title": "Reasoning Tokens"
    }
  },
  "type": "object"
}