[Feature] Update Exa category filter with new values (#3746)
Added `financial report` and `linkedin profile` categories.
This commit is contained in:
parent
b29523d093
commit
bbe0203f4e
|
|
@ -116,6 +116,14 @@ class ExaSearch_Tools implements INode {
|
||||||
{
|
{
|
||||||
label: 'personal site',
|
label: 'personal site',
|
||||||
name: 'personal site'
|
name: 'personal site'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'linkedin profile',
|
||||||
|
name: 'linkedin profile'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'financial report',
|
||||||
|
name: 'financial report'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
optional: true,
|
optional: true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue