aboutsummaryrefslogtreecommitdiffstats
path: root/agents/coder/index.yaml
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2024-08-17 09:30:06 +0800
committerGitHub <noreply@github.com>2024-08-17 09:30:06 +0800
commita53ca4fda2760cdf60d572daad8fd631f41b5a9a (patch)
treebcd414713c1409e0b3d8aa956835638d753a90fe /agents/coder/index.yaml
parent9a2398fc779396d0c105203b523c877cdef2055f (diff)
downloadllm-functions-docker-a53ca4fda2760cdf60d572daad8fd631f41b5a9a.tar.gz
refactor: improve coder agent (#98)
change content to contents
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 1fe3ab1..c1dcdec 100644
--- a/agents/coder/index.yaml
+++ b/agents/coder/index.yaml
@@ -14,7 +14,7 @@ instructions: |
Available tools and their optimal use cases:
1. fs_mkdir: Create new directories in the project structure.
- 2. fs_create: Generate new files with specified content.
+ 2. fs_create: Generate new files with specified contents.
3. fs_edit: Examine and modify existing files. FULLY.
4. fs_cat: View the contents of existing files without making changes.
5. fs_ls: Understand the current project structure or locate specific files.