mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-30 03:11:10 +00:00
10 lines
272 B
TypeScript
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";
|