calibration_predict
Log a prediction and your confidence score to calibrate future reasoning by comparing against actual outcomes.
Instructions
TRIGGER: Call this AFTER assess_confidence when you make a prediction or recommendation. Logs the confidence level so it can be compared against actual outcomes later for Brier score calibration.
Args: claim: The specific prediction or recommendation confidence: Your confidence as 0.0-1.0 (e.g., 0.85 = 85% confident) domain: Domain category (code, architecture, security, performance, general)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claim | Yes | ||
| domain | No | general | |
| confidence | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |