mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-23 15:11:42 +00:00
refactor: clean plugin capability boundaries
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
// Public speech-provider builders for bundled or third-party plugins.
|
||||
// Public speech helpers for bundled or third-party plugins.
|
||||
|
||||
export { buildElevenLabsSpeechProvider } from "../../extensions/elevenlabs/speech-provider.js";
|
||||
export { buildMicrosoftSpeechProvider } from "../../extensions/microsoft/speech-provider.js";
|
||||
export { buildOpenAISpeechProvider } from "../../extensions/openai/speech-provider.js";
|
||||
export { edgeTTS, elevenLabsTTS, inferEdgeExtension, openaiTTS } from "../tts/tts-core.js";
|
||||
export { OPENAI_TTS_MODELS, OPENAI_TTS_VOICES } from "../tts/tts-core.js";
|
||||
export { parseTtsDirectives } from "../tts/tts-core.js";
|
||||
export type { SpeechVoiceOption } from "../tts/provider-types.js";
|
||||
|
||||
Reference in New Issue
Block a user