Member Junction
    Preparing search index...

    Interface MJAIPromptModelEntity_RealtimeConfigurationSettings

    Realtime (speech-to-speech) knobs.

    interface MJAIPromptModelEntity_RealtimeConfigurationSettings {
        Reasoning?: MJAIPromptModelEntity_RealtimeReasoningSettings;
        TurnDetection?: MJAIPromptModelEntity_RealtimeTurnDetectionSettings;
    }
    Index

    Properties

    Reasoning plane settings — dual delegation configuration. Absent defaults to 'local'.

    Catalog-level turn-detection default for this model. Folded into the realtime session Config bag as the turnDetection key BELOW the agent/app config cascade (realtime.session.turnDetection) and the runtime override — the catalog supplies the default, agents/apps/callers refine it.