Respond To Human Request
respondToHumanRequestRespond to a human-in-the-loop request. Use 'approved' (true/false) for approval-type requests, or 'answers' ({question: answer}) for question-type requests. Only works when the run is in 'waiting' status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | The run's unique identifier | |
| answers | No | For question-type requests: a map of question text to answer. Multi-select answers should be comma-separated. | |
| approved | No | For approval-type requests: true to approve, false to deny | |
| request_id | Yes | The human request's unique identifier |