feat: misc tool alignment (#137)
This commit is contained in:
11
src/tools/descriptions/AskUserQuestion.md
Normal file
11
src/tools/descriptions/AskUserQuestion.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# AskUserQuestion
|
||||
|
||||
Use this tool when you need to ask the user questions during execution. This allows you to:
|
||||
1. Gather user preferences or requirements
|
||||
2. Clarify ambiguous instructions
|
||||
3. Get decisions on implementation choices as you work
|
||||
4. Offer choices to the user about what direction to take.
|
||||
|
||||
Usage notes:
|
||||
- Users will always be able to select "Other" to provide custom text input
|
||||
- Use multiSelect: true to allow multiple answers to be selected for a question
|
||||
Reference in New Issue
Block a user