Tavily: fix Italian -> English in docs and env descriptions
This commit is contained in:
@@ -13,8 +13,8 @@
|
|||||||
},
|
},
|
||||||
"docs": [{
|
"docs": [{
|
||||||
"lang": "en",
|
"lang": "en",
|
||||||
"description": "Ricerca web e page-extraction in tempo reale, via Tavily.",
|
"description": "Real-time web search and page extraction via Tavily.",
|
||||||
"llm_short_description": "Cerca sul web ed estrai contenuti delle pagine tramite Tavily."
|
"llm_short_description": "Search the web and extract page content through Tavily."
|
||||||
}],
|
}],
|
||||||
"auth": {
|
"auth": {
|
||||||
"type": "api_key"
|
"type": "api_key"
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
"env": [{
|
"env": [{
|
||||||
"name": "tavilyApiKey",
|
"name": "tavilyApiKey",
|
||||||
"label": "Tavily API key",
|
"label": "Tavily API key",
|
||||||
"description": "Creala su https://app.tavily.com (dashboard del tuo account).",
|
"description": "Create one at https://app.tavily.com (your account dashboard).",
|
||||||
"required": true,
|
"required": true,
|
||||||
"secret": true,
|
"secret": true,
|
||||||
"example": "tvly-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
"example": "tvly-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
||||||
|
|||||||
Reference in New Issue
Block a user