diff options
| author | sigoden <sigoden@gmail.com> | 2024-07-13 05:02:52 +0000 |
|---|---|---|
| committer | sigoden <sigoden@gmail.com> | 2024-07-13 05:02:52 +0000 |
| commit | 30902f966c724c178bed0caa0e294bc9a3eeea42 (patch) | |
| tree | ea6247457370f0518dc8a3fb4cdc524bcee95a6d /agents/coder/tools.sh | |
| parent | 9b557ae1f5f0996e1149ef8d0099876cfe754d57 (diff) | |
| download | llm-functions-docker-30902f966c724c178bed0caa0e294bc9a3eeea42.tar.gz | |
refactor: improve agents
Diffstat (limited to 'agents/coder/tools.sh')
| -rwxr-xr-x | agents/coder/tools.sh | 2 |
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. |
