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