verify_derivation
Verify a chain of Wolfram expressions step by step, returning the first step that does not equal the previous one.
Instructions
Check a chain of expressions step by step: each step must equal the one before it. Returns the first step that does not follow. steps are Wolfram expressions as strings, in order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes | ||
| timeout | No | ||
| assumptions | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |