Compares extracted claims pairwise across the collection, clusters conflicting statements, and generates a suggested resolution for each. `detect` kicks off a run; poll `getLatestRun` for status. Claims must be extracted first (see the Claims group).
List contradictions detected in the most recent run. Filter by `severity` (low / medium / high), `status` (active / dismissed / applied), or `documentId` to scope to a single source. Each entry includes the cluster of conflicting claims and a model-suggested resolution.
Apply the suggested resolution or dismiss the contradiction.
Applying a resolution writes the suggested instruction onto the collection so future research and agent calls follow it. Dismissing marks the contradiction as resolved without changing the collection.