contradiction.conflicts.advise
Compare conflicting claims by authority, freshness, and evidence to determine which likely holds current truth and recommend remediation steps.
Instructions
Generates deterministic authority, freshness, and evidence comparison between conflicting claims to advise an AI agent or human reviewer on which claim likely represents current truth and recommended remediation steps. Read-only deterministic calculation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contradictionId | Yes | The unique ID of the contradiction record to analyze for resolution advice |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rationale | No | Authority and temporal rationale for the resolution advice | |
| confidence | No | Confidence score from 0.0 to 1.0 | |
| contradictionId | No | ID of the analyzed contradiction | |
| recommendedAction | No | Recommended action: accept_source_a, accept_source_b, update_both, investigate |