Files
openclaw/src/plugin-sdk/speech.ts
2026-03-26 21:41:49 +00:00

5 lines
186 B
TypeScript

// Public speech helpers for bundled or third-party plugins.
export { parseTtsDirectives } from "../tts/tts-core.js";
export type { SpeechVoiceOption } from "../tts/provider-types.js";