aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2024-07-08 19:52:01 +0800
committerGitHub <noreply@github.com>2024-07-08 19:52:01 +0800
commitb0e18e29ba4b6f13d66ee386bdd5e405ae3eb898 (patch)
treed92d28b08c350a9ee4ab9f16dd774b872bc3c84c /README.md
parentfd5f5418f35186092ba1e69c7ff9c8eabe676598 (diff)
downloadllm-functions-docker-b0e18e29ba4b6f13d66ee386bdd5e405ae3eb898.tar.gz
feat: agent support tools.txt (#64)
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1336ea0..10a6656 100644
--- a/README.md
+++ b/README.md
@@ -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
```