mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-12 20:37:08 -07:00
fix: export limit constant and resolve grep description type error
This commit is contained in:
@@ -560,7 +560,7 @@ export class RipGrepTool extends BaseDeclarativeTool<
|
||||
super(
|
||||
RipGrepTool.Name,
|
||||
'SearchText',
|
||||
GREP_DEFINITION.base.description,
|
||||
GREP_DEFINITION.base.description!,
|
||||
Kind.Search,
|
||||
{
|
||||
properties: {
|
||||
|
||||
@@ -53,7 +53,7 @@ export async function loadWasmBinary(
|
||||
}
|
||||
|
||||
// Constants for text file processing
|
||||
const DEFAULT_MAX_LINES_TEXT_FILE = 2000;
|
||||
export const DEFAULT_MAX_LINES_TEXT_FILE = 2000;
|
||||
const MAX_LINE_LENGTH_TEXT_FILE = 2000;
|
||||
|
||||
// Default values for encoding and separator format
|
||||
|
||||
Reference in New Issue
Block a user