Answer pending question
answer_pending_inputRespond to a human-input request that has paused a run. Supply approval, denial, or the requested input value.
Instructions
Answer a run that is paused on a human-input request (from list_pending_inputs). For an approval, set approved=true/false. For an input request, set value to the requested text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | An optional note recorded with the answer. | |
| value | No | For an input request: the value to supply. | |
| run_id | Yes | The parked run's id. | |
| approved | No | For an approval request: approve (true) or deny (false). | |
| tool_call_id | Yes | The tool_call_id of the pending request (from list_pending_inputs). |