bounce_back
Return a task to a previous pipeline step with feedback about missing or insufficient data.
Instructions
Return task to a previous pipeline step with feedback about missing/insufficient data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Project directory. Defaults to current working directory. | |
| json | No | Return pure JSON string instead of Markdown format. | |
| reason | Yes | Feedback about missing/insufficient data. | |
| run_id | No | Pipeline run ID for precise targeting. Provided in the task prompt. | |
| step_name | Yes | Name of the step to return to. |