record_outcome
Close the feedback loop: record what actually happened after a decision was made. Sets actual_outcome and computes outcome_delta = actual - expected. Over time this data measures prediction accuracy and reveals systematic biases.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| decision_id | Yes | Decision ID from log_decision or list_decisions. | |
| outcome_notes | No | Optional explanation of what happened and why. | |
| actual_outcome | Yes | The observed real-world outcome value. |