Expand description
Chunking constants for large file handling
Constantsยง
- CHUNK_
END_ LINES - Number of lines to read from end of file when chunking
- CHUNK_
START_ LINES - Number of lines to read from start of file when chunking
- MAX_
LINES_ THRESHOLD - Maximum lines before triggering chunking for read_file
- MAX_
TERMINAL_ OUTPUT_ LINES - Maximum lines for terminal command output before truncation
- MAX_
WRITE_ CONTENT_ SIZE - Maximum content size for write_file before chunking (in bytes)
- TERMINAL_
OUTPUT_ END_ LINES - Number of lines to show from end of terminal output when truncating
- TERMINAL_
OUTPUT_ START_ LINES - Number of lines to show from start of terminal output when truncating
- WRITE_
CHUNK_ SIZE - Chunk size for write operations (in bytes)