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 /README.md | |
| parent | e77c51cbdeae4b14a03bcc2f99508664f5b69917 (diff) | |
| download | llm-functions-docker-70eb3d91c94fdd52be3fc88881dee05ebb5726de.tar.gz | |
feat(tool): add web_search_vertexai.sh (#93)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -36,9 +36,12 @@ execute_command.sh <details> <summary>Where is the web_search tool?</summary> -The normal `web_search` tool does not exist. One needs to run `argc link-web-search <web-search-tool>` to link to one of the available `web_search_*` tools. +The normal `web_search` tool does not exist. Please run `argc link-web-search <web-search-tool>` to link to one of the available `web_search_*` tools. - +``` +$ argc link-web-search web_search_<tab> +web_search_cohere.sh web_search_perplexity.sh web_search_tavily.sh web_search_vertexai.sh +``` </details> |
