mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-12 23:21:27 -07:00
Make max matches optional.
This commit is contained in:
@@ -633,7 +633,7 @@ export class RipGrepTool extends BaseDeclarativeTool<
|
||||
minimum: 1,
|
||||
},
|
||||
},
|
||||
required: ['pattern', 'total_max_matches'],
|
||||
required: ['pattern'],
|
||||
type: 'object',
|
||||
},
|
||||
messageBus,
|
||||
|
||||
Reference in New Issue
Block a user