Letta · Schema

OpenAIReasoning

AIAgentsStateful AgentsMemoryMemGPTContinual LearningMCPMulti-AgentRAGOpen Source

Properties

Name Type Description
reasoning_effort string The reasoning effort to use when generating text reasoning models
View JSON Schema on GitHub

JSON Schema

letta-openaireasoning-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OpenAIReasoning",
  "title": "OpenAIReasoning",
  "properties": {
    "reasoning_effort": {
      "type": "string",
      "enum": [
        "none",
        "minimal",
        "low",
        "medium",
        "high",
        "xhigh"
      ],
      "title": "Reasoning Effort",
      "description": "The reasoning effort to use when generating text reasoning models",
      "default": "minimal"
    }
  },
  "type": "object"
}