Skip to content

Commit 6365f88

Browse files
committed
fix missing "propose" in str_replace/write_file of editor-implementor
1 parent 5331122 commit 6365f88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

agents/editor/best-of-n/editor-implementor.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ IMPORTANT: Use propose_str_replace and propose_write_file tools to make your edi
4242
You can make multiple tool calls across multiple steps to complete the implementation. Only the file changes will be passed on, so you can say whatever you want to help you think. Do not write any final summary as that would be a waste of tokens because no one is reading it.
4343
<codebuff_tool_call>
4444
{
45-
"cb_tool_name": "str_replace",
45+
"cb_tool_name": "propose_str_replace",
4646
"path": "path/to/file",
4747
"replacements": [
4848
{
@@ -61,7 +61,7 @@ OR for new files or major rewrites:
6161
6262
<codebuff_tool_call>
6363
{
64-
"cb_tool_name": "write_file",
64+
"cb_tool_name": "propose_write_file",
6565
"path": "path/to/file",
6666
"instructions": "What the change does",
6767
"content": "Complete file content or edit snippet"

0 commit comments

Comments
 (0)