ProactivityConfig

@Serializable
data class ProactivityConfig(val proactiveAudio: Boolean? = null)

Config for proactivity features.

Constructors

Link copied to clipboard
constructor(proactiveAudio: Boolean? = null)

Properties

Link copied to clipboard
val proactiveAudio: Boolean? = null

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.