request_input
Pause an agent step to request a human decision from the coordinator. Provide a specific question and optional summary, then resume with the answer when provided.
Instructions
Pause your step and ask the coordinator for a decision.
Use when you hit a fork that requires human judgement — e.g. which approach to take, whether to proceed with a risky action, or clarification on ambiguous requirements.
Your step pauses until the coordinator calls provide_input.
When it resumes, the answer will be in your step's input field
(visible via get_my_context).
Args:
step_id: Your step ID. Inferred from $SORTIE_STEP_ID if unset.
question: What you need decided. Be specific.
partial_output: Optional summary of work done so far.
Returns: Confirmation that the step is paused.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| step_id | No | ||
| question | No | ||
| partial_output | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||