Patch Changes
-
#457
cc94a06Thanks @threepointone! - Fix request cancellation by propagatingabortSignalto outbound network calls.ai-gateway-provider: Pass
abortSignalto thefetchcall (API path) and tobinding.run()(binding path) so that cancelled requests are properly aborted.workers-ai-provider: Pass
abortSignaltobinding.run()for chat, embedding, and image models, matching the existing behavior in transcription, speech, and reranking models.@cloudflare/tanstack-ai: Pass
signalthrough tobinding.run()in bothcreateGatewayFetch(AI Gateway binding path) andcreateWorkersAiBindingFetch(Workers AI binding path).