[Feature] Update Exa category filter with new values (#3746)

Added `financial report` and `linkedin profile` categories.
This commit is contained in:
Pavel Nasovich 2024-12-20 19:43:25 +01:00 committed by GitHub
parent b29523d093
commit bbe0203f4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -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,