get_user_input
Opens a dialog window to request text, numbers, or other data from the user, enabling clarification or input collection during AI interactions.
Instructions
Create an input dialog window for the user to enter text, numbers, or other data.
This tool opens a GUI dialog box where the user can input information that the LLM needs. Perfect for getting specific details, clarifications, or data from the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the input dialog window | |
| prompt | Yes | The prompt/question to show to the user | |
| default_value | No | Default value to pre-fill in the input field | |
| input_type | No | Type of input expected | text |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||