diff options
| author | sigoden <sigoden@gmail.com> | 2024-08-09 02:21:03 +0000 |
|---|---|---|
| committer | sigoden <sigoden@gmail.com> | 2024-08-09 02:21:03 +0000 |
| commit | 7ca8bc5c9f9363890319e5bc4dac9189d98e00d9 (patch) | |
| tree | 3c7ca36c521b7e066d9f3ccc9b90ac7b5e73d096 | |
| parent | fb6d4d481494ea1429efb3f2f54332bea30a0b39 (diff) | |
| download | llm-functions-docker-7ca8bc5c9f9363890319e5bc4dac9189d98e00d9.tar.gz | |
chore: update readme
| -rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -33,6 +33,18 @@ execute_command.sh #execute_py_code.py ``` +<details> +<summary> + +Set up 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 one from the available collection of `web_search_*` tools. + + + +</details> + **II. Create a `./agents.txt` file with each agent name on a new line.** ``` |
