Make max matches optional.

This commit is contained in:
Christian Gunderman
2026-02-13 17:07:59 -08:00
parent e0f0b7b56e
commit 1e4cdfd691
+1 -1
View File
@@ -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,