credence_diff
Compare two texts to detect numeric contradictions by extracting and comparing numeric claims, optionally verifying against verified constraints.
Instructions
Compare two texts for numeric contradictions.
Extracts numeric claims from both texts and detects when the same topic context has different values. Optionally checks against verified registry constraints when session_id is provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text_a | Yes | First text (e.g. prior agent response). | |
| text_b | Yes | Second text (e.g. new agent response). | |
| session_id | No | Optional — check text_b against verified constraints. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||