Skip to content

Commit bbe0203

Browse files
authored
[Feature] Update Exa category filter with new values (#3746)
Added `financial report` and `linkedin profile` categories.
1 parent b29523d commit bbe0203

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/components/nodes/tools/ExaSearch/ExaSearch.ts

+8
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,14 @@ class ExaSearch_Tools implements INode {
116116
{
117117
label: 'personal site',
118118
name: 'personal site'
119+
},
120+
{
121+
label: 'linkedin profile',
122+
name: 'linkedin profile'
123+
},
124+
{
125+
label: 'financial report',
126+
name: 'financial report'
119127
}
120128
],
121129
optional: true,

0 commit comments

Comments
 (0)