verify_logic
Validate a claim by generating a structured audit of its reasoning trace, checking assumptions and evidence, and proposing patches for any logical defects.
Instructions
Generate a verification protocol for a reasoning trace.
Args:
claim: The headline answer or assertion to validate.
reasoning_trace: The supporting chain-of-thought or proof steps.
constraints: Optional guardrails (requirements, risk limits).
Returns:
Structured prompt that audits assumptions, inference steps, and
evidence, then proposes patches for any defects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claim | Yes | ||
| reasoning_trace | Yes | ||
| constraints | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |