mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 23:01:09 +03:00
[Feature] Update Exa category filter with new values (#3746)
Added `financial report` and `linkedin profile` categories.
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user