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