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