diff options
Diffstat (limited to 'js/src/tool/edit.ts')
| -rw-r--r-- | js/src/tool/edit.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/tool/edit.ts b/js/src/tool/edit.ts index 0fa10475b..9ba99a3be 100644 --- a/js/src/tool/edit.ts +++ b/js/src/tool/edit.ts @@ -53,7 +53,7 @@ When making edits: Remember: when making multiple file edits in a row to the same file, you should prefer to send all edits in a single message with multiple calls to this tool, rather than multiple messages with a single call each.`; export const edit = Tool.define({ - name: "edit", + name: "opencode.edit", description: DESCRIPTION, parameters: z.object({ filePath: z.string().describe("The absolute path to the file to modify"), |
