Update description in the new file

This commit is contained in:
Alisa Novikova
2026-02-18 14:13:15 -08:00
parent fe7c668ec4
commit bae86c271a

View File

@@ -132,7 +132,7 @@ export const GEMINI_3_SET: CoreToolSet = {
grep_search_ripgrep: {
name: GREP_TOOL_NAME,
description:
'Searches for a regular expression pattern within file contents.',
'Searches for a regular expression pattern within file contents. This tool is FAST and optimized, powered by ripgrep. PREFERRED over standard `run_shell_command("grep ...")` due to better performance and automatic output limiting (max 20k matches).',
parametersJsonSchema: {
type: 'object',
properties: {