diff options
| author | sigoden <sigoden@gmail.com> | 2024-11-16 11:09:40 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-16 11:09:40 +0800 |
| commit | 86aa9106090a0219bac30bc12f5a5bd91949afd9 (patch) | |
| tree | 69aef8c03242c67480c4edfe42a2cbf4c785b466 /agents/coder/tools.txt | |
| parent | 6d30c22b82a5ac1a5775d8137c3b08a581770273 (diff) | |
| download | llm-functions-docker-86aa9106090a0219bac30bc12f5a5bd91949afd9.tar.gz | |
refactor: improve bash code (#125)
* refactor: extract guard_path to utils/guard_path.sh
* add utils/guard_operation.sh
Diffstat (limited to 'agents/coder/tools.txt')
| -rw-r--r-- | agents/coder/tools.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/agents/coder/tools.txt b/agents/coder/tools.txt index 9d7d6c3..f4f352a 100644 --- a/agents/coder/tools.txt +++ b/agents/coder/tools.txt @@ -1,4 +1,5 @@ fs_mkdir.sh fs_ls.sh +fs_patch.sh fs_cat.sh web_search.sh
\ No newline at end of file |
