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