Ask a question to get started
Enter to send•Shift+Enter new line
slice_read_response( file_data: FileData, offset: int, limit: int ) -> str
file_data
FileData
offset
int
limit
Slice file data to the requested line range without formatting.
Returns raw text for the requested window. Line-number formatting is applied downstream by the middleware layer.
FileData dict.
Line offset (0-indexed).
Maximum number of lines.