MCPcopy Create free account
hub / github.com/TanStack/ai /

Class

packages/ai-isolate-cloudflare/src/isolate-driver.ts:76–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 * IsolateContext implementation using Cloudflare Workers
75 */
76class CloudflareIsolateContext implements IsolateContext {
77 private readonly workerUrl: string
78 private readonly authorization?: string
79 private readonly timeout: number

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected