mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-23 20:40:41 -07:00
Prompt changes.
This commit is contained in:
@@ -613,7 +613,7 @@ export class RipGrepTool extends BaseDeclarativeTool<
|
||||
super(
|
||||
RipGrepTool.Name,
|
||||
'SearchText',
|
||||
'Searches for a regular expression pattern within file contents.',
|
||||
'Searches for a regular expression pattern within file contents. Be frugal and utilize parameters like max_matches_per_file to avoid one file providing excessive results.',
|
||||
Kind.Search,
|
||||
{
|
||||
properties: {
|
||||
|
||||
Reference in New Issue
Block a user