Module chunking

Module chunking 

Source
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)