distill_failure
Trace causal chains in failed sessions to extract actionable lessons and improve future outcomes.
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) |