distill_failure
Trace the causal chain of a failed session to extract actionable lessons, persisting only insights that meet a confidence threshold.
Instructions
Distill lessons from a failed session by tracing the causal chain and extracting actionable insights
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | ID of the failed session to analyze | |
| maxCauseChainLength | No | Maximum depth to follow causal chains (default: 5) | |
| minLessonConfidence | No | Minimum confidence required for a lesson to be persisted (default: 0.6) |