distill
Capture and categorize valuable insights from conversations by assigning a kind and confidence level, enabling cross-session curation and voting.
Instructions
Mark content as worth carrying forward (distillation channel).
kind ∈ {insight, pattern, anti-pattern, fix, terminology, concept}.
confidence ∈ {low, medium, high}. source_thread optional. Other
sessions can vote on it via vote_distill; export_distillates emits
a curated jsonl bucket.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | insight | |
| content | Yes | ||
| confidence | No | medium | |
| source_thread | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |