import type * as Agora from "../index.js"; /** * OpenAI Text-to-Speech configuration (Beta). */ export interface OpenAiTts { params: Agora.OpenAiTtsParams; /** Controls whether the TTS module skips bracketed content when reading LLM response text. */ skip_patterns?: number[]; }