aboutsummaryrefslogtreecommitdiffstats
path: root/agents/coder/index.yaml
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2024-11-16 11:09:40 +0800
committerGitHub <noreply@github.com>2024-11-16 11:09:40 +0800
commit86aa9106090a0219bac30bc12f5a5bd91949afd9 (patch)
tree69aef8c03242c67480c4edfe42a2cbf4c785b466 /agents/coder/index.yaml
parent6d30c22b82a5ac1a5775d8137c3b08a581770273 (diff)
downloadllm-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/index.yaml')
-rw-r--r--agents/coder/index.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/agents/coder/index.yaml b/agents/coder/index.yaml
index c1dcdec..08bb2f8 100644
--- a/agents/coder/index.yaml
+++ b/agents/coder/index.yaml
@@ -15,7 +15,7 @@ instructions: |
1. fs_mkdir: Create new directories in the project structure.
2. fs_create: Generate new files with specified contents.
- 3. fs_edit: Examine and modify existing files. FULLY.
+ 3. fs_patch: Examine and modify existing files.
4. fs_cat: View the contents of existing files without making changes.
5. fs_ls: Understand the current project structure or locate specific files.
6. web_search: Obtain current information on technologies, libraries, or best practices.