diff options
| author | sigoden <sigoden@gmail.com> | 2024-08-09 11:44:41 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-09 11:44:41 +0800 |
| commit | 70eb3d91c94fdd52be3fc88881dee05ebb5726de (patch) | |
| tree | 2536ff5a81593537a5288ad5066dccfa3d3628c7 /tools/web_search_tavily.sh | |
| parent | e77c51cbdeae4b14a03bcc2f99508664f5b69917 (diff) | |
| download | llm-functions-docker-70eb3d91c94fdd52be3fc88881dee05ebb5726de.tar.gz | |
feat(tool): add web_search_vertexai.sh (#93)
Diffstat (limited to 'tools/web_search_tavily.sh')
| -rwxr-xr-x | tools/web_search_tavily.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
