resolve_prospective_failure
Confirm or deny a predicted failure by providing the node ID and evidence. Mark it as occurred or prevented to update its status.
Instructions
Resolve a prospective failure prediction as TRUE (it happened) or FALSE (prevented/impossible). Args: node_id: The exact node ID of the Prospective_Failure occurred: True if the failure happened, False if prevented evidence: Why this outcome was reached
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | ||
| evidence | No | ||
| occurred | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |