Files
openclaw/src/plugin-sdk/speech.ts
2026-03-26 22:28:24 +00:00

10 lines
272 B
TypeScript

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