contradiction.claims.analyze
Analyze two factual claims for contradictions by comparing semantics, numeric/temporal ranges, and context. Get severity, confidence, and explanations to support decision-making.
Instructions
Performs deep comparative analysis between two factual claims to determine whether they contradict each other. Evaluates semantic meaning, value differences, numeric/temporal ranges, and contextual dimensions (environment divergence, scope, source roles). Returns contradiction classification, severity, confidence score, and detailed explanation. Read-only operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claimAId | Yes | The unique ID of the first claim | |
| claimBId | Yes | The unique ID of the second claim | |
| explainContext | No | Whether to include detailed contextual relationship dimensions such as SemVer compatibility and role authority (default: true) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| severity | No | Contradiction severity: LOW, MEDIUM, HIGH, CRITICAL | |
| confidence | No | Confidence score between 0.0 and 1.0 | |
| explanation | No | Detailed explanation of contradiction rationale | |
| suggestedAction | No | Recommended resolution action | |
| hasContradiction | No | Whether a factual conflict was detected between the claims |