From 91a9e455e233e454df1cfc552f2ddbf7d9fbecb8 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Fri, 30 May 2025 16:39:45 -0400 Subject: sync --- js/src/tool/view.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/src/tool/view.ts') diff --git a/js/src/tool/view.ts b/js/src/tool/view.ts index 3ba36470d..ee11881d3 100644 --- a/js/src/tool/view.ts +++ b/js/src/tool/view.ts @@ -41,7 +41,7 @@ TIPS: - When viewing large files, use the offset parameter to read specific sections`; export const view = Tool.define({ - name: "view", + name: "opencode.view", description: DESCRIPTION, parameters: z.object({ filePath: z.string().describe("The path to the file to read"), -- cgit v1.2.3