Merge pull request #125 from pschiel/question-tool-description

fix: add length constraint in question tool prompt
This commit is contained in:
Catriel Müller
2026-02-20 14:18:35 -03:00
committed by GitHub
+1
View File
@@ -8,3 +8,4 @@ Usage notes:
- When `custom` is enabled (default), a "Type your own answer" option is added automatically; don't include "Other" or catch-all options - 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 - 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 - If you recommend a specific option, make that the first option in the list and add "(Recommended)" at the end of the label
- Header must be 30 characters or less (maxLength: 30)