Endpoint
Request body
| Field | Type | Required | Description |
|---|---|---|---|
comment | string | Yes | Your feedback or instruction for the next run |
runNow | boolean | No | If true, triggers an immediate run with this comment as context |
Response
How it works
- Your comment is stored in the task’s steering history
- On the next run, all steering comments are injected into the agent’s context
- The agent reads your feedback and adjusts its approach
- If
runNow: true, a run starts immediately — otherwise, it waits for the next scheduled execution