export interface AIEngineRAGSettings {
    llmDeploymentName: string;
    embeddingsDeploymentName: string;
}
