summaryrefslogtreecommitdiffhomepage
path: root/js/src/tool/view.ts
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-05-30 16:39:45 -0400
committerDax Raad <[email protected]>2025-05-30 16:43:42 -0400
commit91a9e455e233e454df1cfc552f2ddbf7d9fbecb8 (patch)
tree160f3be01f5153b4c6ce5d2114aa814ec5b16192 /js/src/tool/view.ts
parentc391c6d3f3ee4a041ab30f576aae0abfca8f7c9a (diff)
downloadopencode-91a9e455e233e454df1cfc552f2ddbf7d9fbecb8.tar.gz
opencode-91a9e455e233e454df1cfc552f2ddbf7d9fbecb8.zip
sync
Diffstat (limited to 'js/src/tool/view.ts')
-rw-r--r--js/src/tool/view.ts2
1 files changed, 1 insertions, 1 deletions
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"),