Member Junction
    Preparing search index...

    Interface IgnoredRealtimeConfigKey

    One thing in an override payload that the effective-config layer will discard.

    interface IgnoredRealtimeConfigKey {
        path: string;
        reason: IgnoredRealtimeConfigReason;
    }
    Index

    Properties

    Properties

    path: string

    Dotted path as the caller wrote it, e.g. caliber or realtime.modelPreference.

    Why it will not survive.