remove reference to write_file_tool

This commit is contained in:
AI Christianson 2025-02-13 09:47:19 -05:00
parent 1084faaf0b
commit 93a3f8ccd7
1 changed files with 0 additions and 2 deletions

View File

@ -67,8 +67,6 @@ def run_programming_task(
If new files are created, emit them after finishing.
They can add/modify files, but not remove. Use run_shell_command to remove files. If referencing files you'll delete, remove them after they finish.
Use write_file_tool instead if you need to write the entire contents of file(s).
If the programmer wrote files, they actually wrote to disk. You do not need to rewrite the output of what the programmer showed you.