refactor: improve agents

This commit is contained in:
sigoden
2024-07-13 05:02:52 +00:00
parent 9b557ae1f5
commit 30902f966c
4 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ fs_create() {
echo "File created: $path" >> "$LLM_OUTPUT"
}
# @cmd Apply changes to a file. Use this when you need to edit an existing file.
# @cmd Apply changes to a file. Use this when you need to edit an existing file.
# YOU ALWAYS PROVIDE THE FULL FILE CONTENT WHEN EDITING. NO PARTIAL CONTENT OR COMMENTS.
# YOU MUST PROVIDE THE FULL FILE CONTENT.