mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 21:00:58 +03:00
feature: add additional parameters to Tavily API tool (#4353)
* feat: add additional parameters to Tavily API tool * update descirption * fix version * lint fix --------- Co-authored-by: Henry Heng <henryheng@flowiseai.com>
This commit is contained in:
committed by
GitHub
parent
ddeb59169b
commit
6dcc7bb152
@@ -10,8 +10,8 @@ class TavilyApi implements INodeCredential {
|
||||
constructor() {
|
||||
this.label = 'Tavily API'
|
||||
this.name = 'tavilyApi'
|
||||
this.version = 1.0
|
||||
this.description = 'Tavily API is a real-time API to access Google search results'
|
||||
this.version = 1.1
|
||||
this.description = 'Tavily API is a search engine designed for LLMs and AI agents'
|
||||
this.inputs = [
|
||||
{
|
||||
label: 'Tavily Api Key',
|
||||
|
||||
Reference in New Issue
Block a user