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:
May Ramati Kroitero
2025-04-28 10:45:05 +03:00
committed by GitHub
parent ddeb59169b
commit 6dcc7bb152
2 changed files with 168 additions and 6 deletions
@@ -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',