Push limits.

This commit is contained in:
Christian Gunderman
2026-02-13 12:07:11 -08:00
parent f0f47df01e
commit e0f0b7b56e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -633,7 +633,7 @@ export class RipGrepTool extends BaseDeclarativeTool<
minimum: 1,
},
},
required: ['pattern'],
required: ['pattern', 'total_max_matches'],
type: 'object',
},
messageBus,