Triage Conversation
Quick check: is this conversation worth saving?
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Request for lightweight triage of conversation content.
A cheap LLM call to determine whether a conversation contains knowledge worth distilling into structured memories.
Response Body
application/json
application/json
curl -X POST "https://example.com/memories/distill/triage" \ -H "Content-Type: application/json" \ -d '{ "thread_content": "string" }'{}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}