mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-31 14:22:27 +00:00
11 lines
657 B
Plaintext
11 lines
657 B
Plaintext
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:
|
|
- When `custom` is enabled (default), a "Type your own answer" option is added automatically; don't include "Other" or catch-all options
|
|
- Answers are returned as arrays of labels; set `multiple: true` to allow selecting more than one
|
|
- If you recommend a specific option, make that the first option in the list and add "(Recommended)" at the end of the label
|