We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b557a0 commit ecc8bafCopy full SHA for ecc8baf
1 file changed
packages/runtime/src/tools/builtins/fetch-url.ts
@@ -9,8 +9,8 @@ import { mkdir, writeFile } from "node:fs/promises";
9
import { tmpdir } from "node:os";
10
import { extname, join } from "node:path";
11
12
-import { createProxyAwareFetch as createCoreProxyAwareFetch } from "../../core/proxy-fetch.js";
13
import { ToolError, extractErrorMessage } from "../../core/errors.js";
+import { createProxyAwareFetch as createCoreProxyAwareFetch } from "../../core/proxy-fetch.js";
14
import type { FetchFn, ProxyAwareFetchOptions } from "../../core/proxy-fetch.js";
15
import type { ToolSpec } from "../../core/types.js";
16
0 commit comments