diff options
Diffstat (limited to 'js/src/tool/fetch.ts')
| -rw-r--r-- | js/src/tool/fetch.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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"), |
