Letta · Schema

CompactionRequest

AIAgentsStateful AgentsMemoryMemGPTContinual LearningMCPMulti-AgentRAGOpen Source

Properties

Name Type Description
compaction_settings object Optional compaction settings to use for this summarization request. If not provided, the agent's default settings will be used.
View JSON Schema on GitHub

JSON Schema

letta-letta-server-rest-api-routers-v1-agents-compactionrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/letta__server__rest_api__routers__v1__agents__CompactionRequest",
  "title": "CompactionRequest",
  "properties": {
    "compaction_settings": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/CompactionSettings-Input"
        },
        {
          "type": "null"
        }
      ],
      "description": "Optional compaction settings to use for this summarization request. If not provided, the agent's default settings will be used."
    }
  },
  "type": "object"
}