From 30902f966c724c178bed0caa0e294bc9a3eeea42 Mon Sep 17 00:00:00 2001 From: sigoden Date: Sat, 13 Jul 2024 05:02:52 +0000 Subject: refactor: improve agents --- agents/coder/tools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'agents/coder/tools.sh') 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. -- cgit v1.2.3