mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-14 23:31:13 -07:00
Revert search max size.
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
* Copyright 2026 Google LLC
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
export const DEFAULT_TOTAL_MAX_MATCHES = 2000;
|
||||
export const DEFAULT_TOTAL_MAX_MATCHES = 100;
|
||||
export const DEFAULT_SEARCH_TIMEOUT_MS = 30000;
|
||||
|
||||
@@ -513,7 +513,7 @@ export class RipGrepTool extends BaseDeclarativeTool<
|
||||
super(
|
||||
RipGrepTool.Name,
|
||||
'SearchText',
|
||||
'Searches for a regular expression pattern within file contents. Utilize parameters like max_matches_per_file to avoid one file providing excessive results.',
|
||||
'Searches for a regular expression pattern within file contents. Utilize parameters like max_matches_per_file to avoid one file providing excessive results. Defaults to 100 matches.',
|
||||
Kind.Search,
|
||||
{
|
||||
properties: {
|
||||
|
||||
Reference in New Issue
Block a user