distill_conversation
Extract a high-level briefing from a conversational message trace, summarizing goals, decisions, errors, and pending tasks within a specified token budget.
Instructions
Extract a high-level briefing (goals, decisions, errors, current state, pending tasks) from a conversational message trace (JSON array or raw text) to fit within a token budget.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conversation | Yes | ||
| format | No | structured | |
| token_budget | No | ||
| focus | No | all |