You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/core/templates/tools/read.md.ejs
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@ Usage:
15
15
<%_ } else { _%>
16
16
- This tool can inspect image files, but the current model is not multimodal, so image reads are not presented visually to the model.
17
17
<%_ } _%>
18
-
- This tool can read PDF files (.pdf). For large PDFs (more than 10 pages), you MUST provide the pages parameter to read specific page ranges (e.g., pages: "1-5"). Reading a large PDF without the pages parameter will fail. Maximum 20 pages per request.
19
18
- This tool can read Jupyter notebooks (.ipynb files) and returns all cells with their outputs, combining code, text, and visualizations.
20
19
- This tool can only read files, not directories. To read a directory, use an ls command via the Bash tool.
21
20
- You can call multiple tools in a single response. It is always better to speculatively read multiple potentially useful files in parallel.
@@ -38,10 +37,6 @@ Usage:
38
37
"limit": {
39
38
"description": "The number of lines to read. Only provide if the file is too large to read at once.",
40
39
"type": "number"
41
-
},
42
-
"pages": {
43
-
"description": "Page range for PDF files (e.g., \"1-5\", \"3\", \"10-20\"). Only applicable to PDF files. Maximum 20 pages per request.",
0 commit comments