Emitted when there is a partial audio response.

interface ResponseAudioDeltaEvent {
    delta: string;
    type: "response.audio.delta";
}

Properties

Properties

delta: string

A chunk of Base64 encoded response audio bytes.

type: "response.audio.delta"

The type of the event. Always response.audio.delta.