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;
