axShouldUseOpenAIRealtime
function axShouldUseOpenAIRealtime(
model: string,
providerAudio?: Readonly<AxChatAudioConfig>,
requestAudio?: Readonly<AxChatAudioConfig>): boolean;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/openai/realtime.ts#L129
Parameters
| Parameter | Type |
|---|---|
model | string |
providerAudio? | Readonly<AxChatAudioConfig> |
requestAudio? | Readonly<AxChatAudioConfig> |
Returns
boolean