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/fetch.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/src/tool/fetch.ts') diff --git a/js/src/tool/fetch.ts b/js/src/tool/fetch.ts index 741e1897f..573e0eec7 100644 --- a/js/src/tool/fetch.ts +++ b/js/src/tool/fetch.ts @@ -38,7 +38,7 @@ TIPS: - Set appropriate timeouts for potentially slow websites`; export const Fetch = Tool.define({ - name: "fetch", + name: "opencode.fetch", description: DESCRIPTION, parameters: z.object({ url: z.string().describe("The URL to fetch content from"), -- cgit v1.2.3