Skip to content

Commit cbfe9a6

Browse files
authored
fix(logs): fix log filtering by moving filtering to server-side (#424)
* moved log filtering server-side from client-side to handle pagination and lots of logs, added tests * fix docs
1 parent ad4060a commit cbfe9a6

File tree

10 files changed

+702
-156
lines changed

10 files changed

+702
-156
lines changed

apps/docs/content/docs/tools/file.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,7 @@ The File Parser tool is particularly useful for scenarios where your agents need
5050

5151
## Usage Instructions
5252

53-
Upload and extract contents from structured file formats including PDFs, CSV spreadsheets, and Word documents (DOCX). ${
54-
shouldEnableURLInput
55-
? 'You can either provide a URL to a file or upload files directly. '
56-
: 'Upload files directly. '
57-
}Specialized parsers extract text and metadata from each format. You can upload multiple files at once and access them individually or as a combined document.
53+
Upload and extract contents from structured file formats including PDFs, CSV spreadsheets, and Word documents (DOCX). Upload files directly. Specialized parsers extract text and metadata from each format. You can upload multiple files at once and access them individually or as a combined document.
5854

5955

6056

apps/docs/content/docs/tools/mistral_parse.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,7 @@ The Mistral Parse tool is particularly useful for scenarios where your agents ne
7979

8080
## Usage Instructions
8181

82-
Extract text and structure from PDF documents using Mistral's OCR API.${
83-
shouldEnableFileUpload
84-
? ' Either enter a URL to a PDF document or upload a PDF file directly.'
85-
: ' Enter a URL to a PDF document (.pdf extension required).'
86-
} Configure processing options and get the content in your preferred format. For URLs, they must be publicly accessible and point to a valid PDF file. Note: Google Drive, Dropbox, and other cloud storage links are not supported; use a direct download URL from a web server instead.
82+
Extract text and structure from PDF documents using Mistral's OCR API. Configure processing options and get the content in your preferred format. For URLs, they must be publicly accessible and point to a valid PDF file. Note: Google Drive, Dropbox, and other cloud storage links are not supported; use a direct download URL from a web server instead.
8783

8884

8985

0 commit comments

Comments
 (0)