feat(core): centralize read_file limits and update gemini-3 description (#20619)

This commit is contained in:
Aishanee Shah
2026-03-02 15:11:58 -05:00
committed by GitHub
parent 446a4316c4
commit 659301ff83
6 changed files with 30 additions and 10 deletions

View File

@@ -6,3 +6,7 @@
export const REFERENCE_CONTENT_START = '--- Content from referenced files ---';
export const REFERENCE_CONTENT_END = '--- End of content ---';
export const DEFAULT_MAX_LINES_TEXT_FILE = 2000;
export const MAX_LINE_LENGTH_TEXT_FILE = 2000;
export const MAX_FILE_SIZE_MB = 20;