We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ef9f8 commit 5092b5fCopy full SHA for 5092b5f
1 file changed
packages/opencode/src/tool/question.txt
@@ -5,6 +5,6 @@ Use this tool when you need to ask the user questions during execution. This all
5
4. Offer choices to the user about what direction to take.
6
7
Usage notes:
8
-- 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
9
- Answers are returned as arrays of labels; set `multiple: true` to allow selecting more than one
10
- 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