From 79c7e9446ee1e8bed0aefff404163754addeb485 Mon Sep 17 00:00:00 2001 From: Aiden Cline <63023139+rekram1-node@users.noreply.github.com> Date: Sat, 25 Jul 2026 23:00:26 -0500 Subject: [PATCH] fix(core): clarify custom question answers (#38919) --- packages/core/src/tool/question.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/core/src/tool/question.ts b/packages/core/src/tool/question.ts index 7a19f711c8d..1ad52a8f1b1 100644 --- a/packages/core/src/tool/question.ts +++ b/packages/core/src/tool/question.ts @@ -17,8 +17,8 @@ export const description = `Use this tool when you need to ask the user question 4. Offer choices to the user about what direction to take. Usage notes: -- 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 +- A "Type your own answer" option is added automatically; don't include a separate option for free form answers +- Set \`multiple: true\` to allow selecting more than one option - If you recommend a specific option, make that the first option in the list and add "(Recommended)" at the end of the label` export const Input = Schema.Struct({