mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 05:12:55 -07:00
Revert search max size.
This commit is contained in:
@@ -3,5 +3,5 @@
|
|||||||
* Copyright 2026 Google LLC
|
* Copyright 2026 Google LLC
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* 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;
|
export const DEFAULT_SEARCH_TIMEOUT_MS = 30000;
|
||||||
|
|||||||
@@ -513,7 +513,7 @@ export class RipGrepTool extends BaseDeclarativeTool<
|
|||||||
super(
|
super(
|
||||||
RipGrepTool.Name,
|
RipGrepTool.Name,
|
||||||
'SearchText',
|
'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,
|
Kind.Search,
|
||||||
{
|
{
|
||||||
properties: {
|
properties: {
|
||||||
|
|||||||
Reference in New Issue
Block a user