mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-13 07:11:55 +00:00
docs: clarify question tool guidance (#8778)
This commit is contained in:
parent
d8ef9f808d
commit
5092b5f07b
1 changed files with 1 additions and 1 deletions
|
|
@ -5,6 +5,6 @@ Use this tool when you need to ask the user questions during execution. This all
|
|||
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
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue