request_user_input
Send a pop-up question to the user to clarify requirements, confirm plans, or resolve ambiguity before taking action.
Instructions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | The specific question for the user (appears in the prompt) | |
| projectName | Yes | Identifies the context/project making the request (used in prompt formatting) | |
| predefinedOptions | No | Predefined options for the user to choose from (optional) |