From bbe0203f4e9bc529b4b02d3995c2b1f58f87c930 Mon Sep 17 00:00:00 2001 From: Pavel Nasovich Date: Fri, 20 Dec 2024 19:43:25 +0100 Subject: [PATCH] [Feature] Update Exa category filter with new values (#3746) Added `financial report` and `linkedin profile` categories. --- packages/components/nodes/tools/ExaSearch/ExaSearch.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/components/nodes/tools/ExaSearch/ExaSearch.ts b/packages/components/nodes/tools/ExaSearch/ExaSearch.ts index 9cfafade..0dbf99e8 100644 --- a/packages/components/nodes/tools/ExaSearch/ExaSearch.ts +++ b/packages/components/nodes/tools/ExaSearch/ExaSearch.ts @@ -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,