We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d338ca8 commit 08e73eaCopy full SHA for 08e73ea
1 file changed
crates/code_assistant/src/tools/impls/write_file.rs
@@ -82,9 +82,7 @@ impl Tool for WriteFileTool {
82
"Creates or overwrites a file. Use for new files or when updating most content of a file.\n",
83
"For smaller updates, prefer to use edit or replace_in_file.\n",
84
"ALWAYS provide the contents of the COMPLETE file, especially when overwriting existing files!!\n",
85
- "If the file to write is large, write it in chunks making use of the 'append' parameter.\n",
86
- "Always end your turn after using this tool, especially when using 'append'.\n",
87
- "This avoids hitting an output token limit when replying."
+ "If the file to write is large, write it in chunks making use of the 'append' parameter."
88
);
89
ToolSpec {
90
name: "write_file",
0 commit comments