openclaw/src/plugin-sdk/speech.ts

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";