get_user_input
Opens a dialog box to request text, numbers, or other data from the user, enabling direct human input during AI tasks.
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 | |
| input_type | No | Type of input expected | text |
| default_value | No | Default value to pre-fill in the input field |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||