remove reference to write_file_tool
This commit is contained in:
parent
1084faaf0b
commit
93a3f8ccd7
|
|
@ -68,8 +68,6 @@ def run_programming_task(
|
||||||
|
|
||||||
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.
|
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.
|
If the programmer wrote files, they actually wrote to disk. You do not need to rewrite the output of what the programmer showed you.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue