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.
Response Body
application/json
application/json
curl -X POST "http://127.0.0.1:14242/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": {}
}
]
}