Challenge a claim
ackriteClassify a technical claim using supplied evidence to reveal support, contradictions, assumptions, and gaps, then recommend the next action.
Instructions
Classify a technical claim from supplied evidence. Returns support, contradiction, assumptions, missing evidence, and the next action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claim | Yes | The technical claim to examine. | |
| context | No | Background context. Context is not treated as evidence by itself. | |
| evidence | No | Supplied evidence only. Ackrite does not invent or fetch evidence. | |
| sessionId | No | Optional bounded in-process session identifier; defaults to 'default'. | |
| expectedBehavior | No | Expected behavior, if relevant. | |
| observedBehavior | No | Observed behavior, if relevant. |