fail_step
Reports failure to complete a step, specifying the error and indicating whether the step can be retried or has permanently failed.
Instructions
Report that you cannot complete your step.
Args:
step_id: Your step ID. Inferred from $SORTIE_STEP_ID if unset.
error: What went wrong and why you can't continue.
Returns: Whether the step can be retried or has failed permanently.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| step_id | No | ||
| error | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||