Interface ProactivityConfig

Config for proactivity features.

interface ProactivityConfig {
    proactiveAudio?: boolean;
}

Properties

Properties

proactiveAudio?: boolean

If enabled, the model can reject responding to the last prompt. For example, this allows the model to ignore out of context speech or to stay silent if the user did not make a request, yet.