Member Junction
    Preparing search index...

    Interface RuntimeOverrideAuthorizationInput

    interface RuntimeOverrideAuthorizationInput {
        AllowUserModelOverride?: boolean;
        CallerHasAdvancedControls: boolean;
        HasConfigOverrides: boolean;
        MetadataPreferredModelID?: string;
        RequestedModelID?: string;
    }
    Index

    Properties

    AllowUserModelOverride?: boolean

    The effective realtime.allowUserModelOverride policy (absent = allowed).

    CallerHasAdvancedControls: boolean

    Whether the caller holds the REALTIME_ADVANCED_SESSION_CONTROLS_AUTHORIZATION authorization.

    HasConfigOverrides: boolean

    True when the caller supplied configOverridesJson.

    MetadataPreferredModelID?: string

    The MJ: AI Models.ID the co-agent's METADATA configuration resolves to (realtime.modelPreference resolved to an id), or null when no metadata preference is configured/resolvable. A requested model equal to this id is NOT a deviation and needs no gate.

    RequestedModelID?: string

    The caller's explicit runtime model id (preferredModelId), when supplied.