aboutsummaryrefslogtreecommitdiffstats
path: root/agents/coder/tools.sh
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2024-07-13 05:02:52 +0000
committersigoden <sigoden@gmail.com>2024-07-13 05:02:52 +0000
commit30902f966c724c178bed0caa0e294bc9a3eeea42 (patch)
treeea6247457370f0518dc8a3fb4cdc524bcee95a6d /agents/coder/tools.sh
parent9b557ae1f5f0996e1149ef8d0099876cfe754d57 (diff)
downloadllm-functions-docker-30902f966c724c178bed0caa0e294bc9a3eeea42.tar.gz
refactor: improve agents
Diffstat (limited to 'agents/coder/tools.sh')
-rwxr-xr-xagents/coder/tools.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/agents/coder/tools.sh b/agents/coder/tools.sh
index dd9e7a8..b0c0cd4 100755
--- a/agents/coder/tools.sh
+++ b/agents/coder/tools.sh
@@ -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.