axMapOpenAIChatAudioResponse
function axMapOpenAIChatAudioResponse(audio:
| undefined
| null
| {
data?: string;
expires_at?: number;
id: string;
transcript?: string;
}): undefined | AxChatAudioOutput;Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/ai/openai/audio.ts#L185
Parameters
| Parameter | Type |
|---|---|
audio | | undefined | null | { data?: string; expires_at?: number; id: string; transcript?: string; } |
Returns
undefined | AxChatAudioOutput