voltage_steer
Correct a live automation run mid-execution without restarting. Inject supervisor hints, force state changes, update variables, or toggle dry-run mode on the fly.
Instructions
Correct a live run without restarting it.
hint is injected into the actuator's prompt as a supervisor note and persists until
changed -- use it when the actuator is doing something legal but wrong.
force_state jumps the machine on the next cycle. variables updates run variables.
dry_run can be flipped either way mid-run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hint | No | ||
| run_id | No | ||
| dry_run | No | ||
| variables | No | ||
| force_state | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||