summaryrefslogtreecommitdiffhomepage
path: root/packages
diff options
context:
space:
mode:
authorKit Langton <[email protected]>2026-01-15 20:37:56 -0500
committerGitHub <[email protected]>2026-01-15 19:37:56 -0600
commit5092b5f07b75aa03fed9fc30a6801127f6bf4f4f (patch)
tree3ecd019768f5b3b0700c43339b0a0353ad5c6cf9 /packages
parentd8ef9f808d0f81c7606c06e54593f52f4272e96a (diff)
downloadopencode-5092b5f07b75aa03fed9fc30a6801127f6bf4f4f.tar.gz
opencode-5092b5f07b75aa03fed9fc30a6801127f6bf4f4f.zip
docs: clarify question tool guidance (#8778)
Diffstat (limited to 'packages')
-rw-r--r--packages/opencode/src/tool/question.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/opencode/src/tool/question.txt b/packages/opencode/src/tool/question.txt
index a85a4110f..03cd496d6 100644
--- a/packages/opencode/src/tool/question.txt
+++ b/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
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