Feat: Add TavilyExtract operator #3221 (#8899)

### What problem does this PR solve?

Feat: Add TavilyExtract operator #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-07-17 17:33:01 +08:00
committed by GitHub
parent ecdb1701df
commit 71efd8d765
19 changed files with 389 additions and 780 deletions

View File

@ -18,6 +18,7 @@ const Menus = [
label: 'Search',
list: [
Operator.TavilySearch,
Operator.TavilyExtract,
Operator.Google,
Operator.Bing,
Operator.DuckDuckGo,
@ -41,7 +42,6 @@ const Menus = [
Operator.GitHub,
Operator.ExeSQL,
Operator.Invoke,
Operator.Crawler,
Operator.Code,
Operator.Retrieval,
],