Get Distillation Plan
Decide whether this thread should use direct or background distillation.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Request for memory distillation from thread content.
Response Body
application/json
application/json
curl -X POST "https://example.com/memories/distill/plan" \ -H "Content-Type: application/json" \ -d '{ "thread_id": "string" }'{ "thread_id": "string", "direct_allowed": true, "recommended_execution_mode": "string", "message_count": 0, "char_count": 0, "direct_message_limit": 0, "direct_char_limit": 0, "background_delay_seconds": 0, "reason": "string"}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}