Schedule Distillation
Schedule agent-backed thread distillation for a large or deferred thread.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "http://127.0.0.1:14242/memories/distill/schedule" \ -H "Content-Type: application/json" \ -d '{ "thread_id": "string" }'{
"success": true,
"task_id": "string",
"scheduled_at": "string",
"delay_seconds": 0,
"task_type": "string",
"thread_id": "string",
"recommended_execution_mode": "background_agent",
"message": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}