Letta · Schema

CompactionResponse

AIAgentsStateful AgentsMemoryMemGPTContinual LearningMCPMulti-AgentRAGOpen Source

Properties

Name Type Description
summary string
num_messages_before integer
num_messages_after integer
View JSON Schema on GitHub

JSON Schema

letta-compactionresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CompactionResponse",
  "title": "CompactionResponse",
  "properties": {
    "summary": {
      "type": "string",
      "title": "Summary"
    },
    "num_messages_before": {
      "type": "integer",
      "title": "Num Messages Before"
    },
    "num_messages_after": {
      "type": "integer",
      "title": "Num Messages After"
    }
  },
  "type": "object",
  "required": [
    "summary",
    "num_messages_before",
    "num_messages_after"
  ]
}