UNPKG

workers-ai-provider

Version:

Workers AI Provider for the vercel AI SDK

8 lines (6 loc) 278 B
import type { AISearchChatSettings } from "./aisearch-chat-settings"; /** * @deprecated Use `AISearchChatSettings` instead. AutoRAG has been renamed to AI Search. * @see https://developers.cloudflare.com/ai-search/ */ export type AutoRAGChatSettings = AISearchChatSettings;