Type Alias: GatewayInferenceResponseAudioDoneEvent
type GatewayInferenceResponseAudioDoneEvent = {
[key: string]: unknown;
type: "response.audio.done";
};
Defined in: src/models/ai-gateway-inference.ts:4487
Portkey ResponseAudioDoneEvent; additive response fields are preserved.
Example
`GatewayInferenceResponseAudioDoneEventSchema.parse(value);`
Indexable
[key: string]: unknown
Properties
type
type: "response.audio.done";
Defined in: src/models/ai-gateway-inference.ts:4488