mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-29 06:25:16 -07:00
feat: increase ask_user label limit to 16 characters (#18320)
This commit is contained in:
@@ -71,7 +71,7 @@ describe('AskUserTool', () => {
|
||||
const result = tool.validateToolParams({
|
||||
questions: [{ question: 'Test?', header: 'This is way too long' }],
|
||||
});
|
||||
expect(result).toContain('must NOT have more than 12 characters');
|
||||
expect(result).toContain('must NOT have more than 16 characters');
|
||||
});
|
||||
|
||||
it('should return error if options has fewer than 2 items', () => {
|
||||
|
||||
Reference in New Issue
Block a user