interface InputAudioContent {
    audio: string;
    type: "input_audio";
}

Properties

Properties

audio: string
type: "input_audio"