From 70eb3d91c94fdd52be3fc88881dee05ebb5726de Mon Sep 17 00:00:00 2001 From: sigoden Date: Fri, 9 Aug 2024 11:44:41 +0800 Subject: feat(tool): add web_search_vertexai.sh (#93) --- tools/web_search_tavily.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/web_search_tavily.sh') diff --git a/tools/web_search_tavily.sh b/tools/web_search_tavily.sh index d80e5dd..38f5385 100755 --- a/tools/web_search_tavily.sh +++ b/tools/web_search_tavily.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -e -# @describe Perform a web search using EXA API to get up-to-date information or additional context. +# @describe Perform a web search using Tavily API to get up-to-date information or additional context. # Use this when you need current information or feel a search could provide a better answer. # @env TAVILY_API_KEY! The api key -- cgit v1.2.3