resolve_assessment
Record the actual outcome and score of a prediction assessment to close it.
Instructions
Mark an assessment as resolved with its actual outcome and score. score: 1 = right, 0 = partially right, -1 = wrong. Call this as soon as the outcome of a prediction is known.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Assessment ID from log_assessment | |
| score | Yes | 1 = right, 0 = partial, -1 = wrong | |
| outcome | Yes | What actually happened |