Ask a question to get started
Enter to send•Shift+Enter new line
read( self, file_path: str, offset: int = 0, limit: int =
file_path
str
offset
int
0
limit
2000
Read file content with line numbers.
Absolute path to the file to read. Must start with '/'.
Line number to start reading from (0-indexed). Default: 0.
Maximum number of lines to read. Default: 2000.