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 /.gitignore | |
| parent | fd5f5418f35186092ba1e69c7ff9c8eabe676598 (diff) | |
| download | llm-functions-docker-b0e18e29ba4b6f13d66ee386bdd5e405ae3eb898.tar.gz | |
feat: agent support tools.txt (#64)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -1,16 +1,14 @@ /tmp -functions.txt -tools.txt -agents.txt +/tools.txt +/agents.txt functions.json /bin /cache /tools/test.* /.env -*.cmd __pycache__ /venv node_modules -package.json -package-lock.json +/package.json +/package-lock.json *.lock
\ No newline at end of file |
