diff options
| author | sigoden <sigoden@gmail.com> | 2024-07-12 19:28:10 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-12 19:28:10 +0800 |
| commit | 1051beca6a41c5112645f7e390e4e63dd6288e64 (patch) | |
| tree | acc413fc362f634b5e2d0fa1f3c72442d26a4de0 /agents/coder/tools.txt | |
| parent | 5600b68e044b4cd9bc55664ce3f41e9a339fc805 (diff) | |
| download | llm-functions-docker-1051beca6a41c5112645f7e390e4e63dd6288e64.tar.gz | |
feat: add coder agent (#70)
Diffstat (limited to 'agents/coder/tools.txt')
| -rw-r--r-- | agents/coder/tools.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/agents/coder/tools.txt b/agents/coder/tools.txt new file mode 100644 index 0000000..9d7d6c3 --- /dev/null +++ b/agents/coder/tools.txt @@ -0,0 +1,4 @@ +fs_mkdir.sh +fs_ls.sh +fs_cat.sh +web_search.sh
\ No newline at end of file |
