Type Alias: GatewayInferenceResponseAudioTranscriptDoneEvent
type GatewayInferenceResponseAudioTranscriptDoneEvent = {
[key: string]: unknown;
type: "response.audio.transcript.done";
};
Defined in: src/models/ai-gateway-inference.ts:4512
Portkey ResponseAudioTranscriptDoneEvent; additive response fields are preserved.
Example
`GatewayInferenceResponseAudioTranscriptDoneEventSchema.parse(value);`
Indexable
[key: string]: unknown
Properties
type
type: "response.audio.transcript.done";
Defined in: src/models/ai-gateway-inference.ts:4513