Triage Conversation
Quick check: is this conversation worth saving?
A fast, lightweight scan that determines whether a conversation contains decisions, insights, or facts worth preserving as memories. Call this before the full distillation endpoint.
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/triage" \ -H "Content-Type: application/json" \ -d '{ "thread_content": "string" }'{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}