mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 22:21:22 -07:00
chore: make ask_user header description more clear (#18657)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user