Skip to content

Commit

Permalink
[Feature] Update Exa category filter with new values (#3746)
Browse files Browse the repository at this point in the history
Added `financial report` and `linkedin profile` categories.
  • Loading branch information
forcewake authored Dec 20, 2024
1 parent b29523d commit bbe0203
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/components/nodes/tools/ExaSearch/ExaSearch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,14 @@ class ExaSearch_Tools implements INode {
{
label: 'personal site',
name: 'personal site'
},
{
label: 'linkedin profile',
name: 'linkedin profile'
},
{
label: 'financial report',
name: 'financial report'
}
],
optional: true,
Expand Down

0 comments on commit bbe0203

Please sign in to comment.