Triage Conversation
Lightweight triage: determine if a conversation has save-worthy content.
Uses a short LLM prompt with low max_tokens to minimize cost. Call this before the expensive /memories/distill endpoint.
Request Body
application/json
thread_content*string
Conversation content to triage
Length
length <= 50000preferred_language?|
User preferred language (ISO 639-1 code), or None to auto-detect
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": {}
}
]
}