diff options
| author | sigoden <sigoden@gmail.com> | 2024-07-08 19:52:01 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-08 19:52:01 +0800 |
| commit | b0e18e29ba4b6f13d66ee386bdd5e405ae3eb898 (patch) | |
| tree | d92d28b08c350a9ee4ab9f16dd774b872bc3c84c /README.md | |
| parent | fd5f5418f35186092ba1e69c7ff9c8eabe676598 (diff) | |
| download | llm-functions-docker-b0e18e29ba4b6f13d66ee386bdd5e405ae3eb898.tar.gz | |
feat: agent support tools.txt (#64)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -125,6 +125,7 @@ The agent has the following folder structure: └── myagent ├── functions.json # Function declarations file (Auto-generated) ├── index.yaml # Agent definition file + ├── tools.txt # Reuse tools └── tools.{sh,js,py} # Agent tools script ``` |
