resolve_contradiction
Resolve conflicts between two contradictory facts by selecting the most credible one using configurable strategies like confidence, recency, or source count.
Instructions
Pick a winner between two contradicting facts using a confidence-weighted strategy (auto, keep_higher_confidence, keep_most_recent, keep_most_sources, supersede_a, supersede_b, manual).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fact_a_id | Yes | ||
| fact_b_id | Yes | ||
| strategy | No | ||
| notes | No |