Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/tools/file-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ Reads and returns the content of a specific file. Supports text, images, audio,
and PDF.

- **Tool name:** `read_file`
- Note: Files larger than 20 MB are not supported by read_file.
Attempting to read a file larger than this limit will result in:

File size exceeds the 20MB limit.
- **Arguments:**
- `file_path` (string, required): Path to the file.
- `offset` (number, optional): Start line for text files (0-based).
Expand Down