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

    Interface FeatureAvailability

    Feature availability interface for enhanced features

    interface FeatureAvailability {
        chatStore: boolean;
        modelManager: boolean;
        telemetry: boolean;
        aiGateway: boolean;
        middleware: boolean;
        rateLimiting: boolean;
    }
    Index

    Properties

    chatStore: boolean

    Whether AI SDK 5 ChatStore is available

    modelManager: boolean

    Whether model management features are available

    telemetry: boolean

    Whether telemetry and analytics are available

    aiGateway: boolean

    Whether AI Gateway integration is available

    middleware: boolean

    Whether enterprise middleware is available

    rateLimiting: boolean

    Whether rate limiting is configured