revise_step
Replace a flawed reasoning step with revised content, mark the old step as superseded, and get downstream nodes to re-examine.
Instructions
Pinpoint a specific step by node id, mark it superseded, and replace it with a fresh revision node. Returns the downstream nodes you should re-examine. Use when the user points at a step or you find a flaw.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | The node to revise, e.g. "n4". | |
| newTitle | No | Optional new label. | |
| sessionId | Yes | ||
| newContent | Yes | The regenerated reasoning for this step. |