From 93a3f8ccd7d91bb5951433b3303a346582a6600f Mon Sep 17 00:00:00 2001 From: AI Christianson Date: Thu, 13 Feb 2025 09:47:19 -0500 Subject: [PATCH] remove reference to write_file_tool --- ra_aid/tools/programmer.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ra_aid/tools/programmer.py b/ra_aid/tools/programmer.py index 1902b28..a607255 100644 --- a/ra_aid/tools/programmer.py +++ b/ra_aid/tools/programmer.py @@ -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.