Describes how the user provided input that triggered the current turn. Used by modality-aware Instructions to pick the correct variant.

interface InputDetails {
    modality: "audio" | "text";
}

Properties

Properties

modality: "audio" | "text"