request_input
Request user input during tool execution with a specified prompt and input type, including optional predefined choices.
Instructions
Request additional input from the user during tool execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | The question to ask the user | |
| choices | No | Available choices when inputType is 'choice' | |
| inputType | Yes | Type of input expected |