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
@@ -27,30 +27,49 @@ The File Parser tool is particularly useful for scenarios where your agents need
27
27
28
28
## Usage Instructions
29
29
30
-
Read and parse files from uploads or URLs, write new workspace files, or append content to existing files.
30
+
Read workspace files by picker or canonical ID, fetch and parse files from URLs with optional headers, write new workspace files, or append content to existing files.
31
31
32
32
33
33
34
34
## Tools
35
35
36
-
### `file_parser`
36
+
### `file_fetch`
37
37
38
-
Parse one or more uploaded files or files from URLs (text, PDF, CSV, images, etc.)
38
+
#### Input
39
+
40
+
| Parameter | Type | Required | Description |
41
+
| --------- | ---- | -------- | ----------- |
42
+
43
+
#### Output
44
+
45
+
| Parameter | Type | Description |
46
+
| --------- | ---- | ----------- |
47
+
|`file`| file | First workspace file object \(read\)|
0 commit comments