Skip to content

Commit 5092b5f

Browse files
authored
docs: clarify question tool guidance (anomalyco#8778)
1 parent d8ef9f8 commit 5092b5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/opencode/src/tool/question.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ Use this tool when you need to ask the user questions during execution. This all
55
4. Offer choices to the user about what direction to take.
66

77
Usage notes:
8-
- Users will always be able to select "Other" to provide custom text input
8+
- When `custom` is enabled (default), a "Type your own answer" option is added automatically; don't include "Other" or catch-all options
99
- Answers are returned as arrays of labels; set `multiple: true` to allow selecting more than one
1010
- If you recommend a specific option, make that the first option in the list and add "(Recommended)" at the end of the label

0 commit comments

Comments
 (0)