provide_input
Supply the answer a worker agent is waiting for, unblocking the step and returning it to the ready queue.
Instructions
Provide input to a step that is waiting for a human decision.
Workers call request_input when they need guidance. This tool
unblocks them by supplying the answer and returning the step to
the ready queue.
Args: id: Campaign UUID. step_id: The step waiting for input. answer: Your decision / the information the agent asked for.
Returns: Updated step status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| step_id | Yes | ||
| answer | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||