Interface FeatureFlags

Feature flags driven by LaunchDarkly on the backend.

interface FeatureFlags {
    digitalAssistantDisabled?: boolean;
}

Properties

digitalAssistantDisabled?: boolean

When true, the digital assistant feature is completely disabled (kill switch). This overrides all other DA settings, including active sessions.