From bcc0f27594a6d06bcc0b4234a9ed0dd2c01bdb94 Mon Sep 17 00:00:00 2001 From: Jack Wotherspoon Date: Mon, 9 Feb 2026 15:14:28 -0500 Subject: [PATCH] chore: make `ask_user` header description more clear (#18657) --- packages/core/src/tools/ask-user.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/tools/ask-user.ts b/packages/core/src/tools/ask-user.ts index 10677e5162..adbfa6b5c8 100644 --- a/packages/core/src/tools/ask-user.ts +++ b/packages/core/src/tools/ask-user.ts @@ -52,7 +52,7 @@ export class AskUserTool extends BaseDeclarativeTool< type: 'string', maxLength: 16, description: - 'Very short label displayed as a chip/tag (max 16 chars). Examples: "Auth method", "Library", "Approach".', + 'MUST be 16 characters or fewer or the call will fail. Very short label displayed as a chip/tag. Use abbreviations: "Auth" not "Authentication", "Config" not "Configuration". Examples: "Auth method", "Library", "Approach", "Database".', }, type: { type: 'string',