ServerEventResponseDone interface

Returned when a Response is done streaming. Always emitted, no matter the final state. The Response object included in the response.done event will include all output Items in the Response but will omit the raw audio data.

Extends

Properties

response
type

The event type, must be response.done.

Inherited Properties

eventId

Property Details

response

response: VoiceLiveResponse

Property Value

type

The event type, must be response.done.

type: "response.done"

Property Value

"response.done"

Inherited Property Details

eventId

eventId?: string

Property Value

string

Inherited From ServerEvent.eventId