Type Alias: GatewayInferenceResponseAudioTranscriptDeltaEvent
type GatewayInferenceResponseAudioTranscriptDeltaEvent = {
[key: string]: unknown;
type: "response.audio.transcript.delta";
delta: string;
};
Defined in: src/models/ai-gateway-inference.ts:4497
Portkey ResponseAudioTranscriptDeltaEvent; additive response fields are preserved.
Example
`GatewayInferenceResponseAudioTranscriptDeltaEventSchema.parse(value);`
Indexable
[key: string]: unknown
Properties
type
type: "response.audio.transcript.delta";
Defined in: src/models/ai-gateway-inference.ts:4498
delta
delta: string;
Defined in: src/models/ai-gateway-inference.ts:4499