record-outcome
Record the actual result of a prediction, providing an accuracy score and measurement source, to close the decision loop and validate outcomes.
Instructions
Close the prediction loop: record actual results and calculate accuracy
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actual_value | Yes | Observed result (e.g., 'latency p99 = 180ms') | |
| prediction_id | Yes | Prediction ID (e.g., 'PRD-2026-0001') | |
| accuracy_score | Yes | Accuracy of prediction (0-100). >=90 excellent, 50-89 acceptable, <50 failed | |
| measurement_source | Yes | Where the measurement came from |