refactor: improve coder agent (#98)

change content to contents
This commit is contained in:
sigoden
2024-08-17 09:30:06 +08:00
committed by GitHub
parent 9a2398fc77
commit a53ca4fda2
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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.