@conciergus/chat - v0.3.1
    Preparing search index...

    Type Alias ProviderConfig<T>

    ProviderConfig: T & {
        features?: FeatureFlags;
        environment?: "development" | "production" | "test";
        debug?: boolean;
    }

    Provider configuration with feature flags

    Type Parameters

    • T = Record<string, any>