{ "$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" }