We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f3d79f commit 8b18473Copy full SHA for 8b18473
1 file changed
backend/src/tools/definitions/tool/str-replace.ts
@@ -20,7 +20,10 @@ ${getToolCallString(toolName, {
20
path: 'path/to/file',
21
replacements: [
22
{ old: 'This is the old string', new: 'This is the new string' },
23
- { old: 'line to delete\n', new: '' },
+ {
24
+ old: '\n\t\t// @codebuff delete this log line please\n\t\tconsole.log("Hello, world!");\n',
25
+ new: '\n',
26
+ },
27
],
28
})}
29
`.trim(),
0 commit comments