feat(exa): add date filters to search#4451
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview Updates the Exa search request builder to pass these filters through as top-level fields in the Reviewed by Cursor Bugbot for commit 382a5bd. Configure here. |
Greptile SummaryThis PR extends the Exa Search tool with four optional ISO 8601 date filter parameters (
Confidence Score: 5/5Safe to merge — all new fields are optional, existing workflows are unaffected, and no date values are forwarded to the Exa API unless explicitly provided. The change is purely additive: four optional string parameters plumbed through the type interface, tool definition, block config, and execute body. Falsy guards prevent empty strings from reaching the API, and the Exa API itself handles format validation. No existing code paths are modified. No files require special attention. Important Files Changed
Reviews (2): Last reviewed commit: "feat(exa): add date filters to search" | Re-trigger Greptile |
|
@greptile |
|
@cursor review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 382a5bd. Configure here.
Summary
startCrawlDate,endCrawlDate,startPublishedDate,endPublishedDateto the Exa Search tool and block (advanced mode)POST /searchper Exa docsCloses #4447
Type of Change
Testing
Tested manually. Verified params flow from block subBlocks → tool body → Exa API, and that omitted fields are not sent.
Checklist