mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-20 05:31:39 +00:00
10 lines
319 B
TypeScript
10 lines
319 B
TypeScript
// Elevenlabs API module exposes the plugin public contract.
|
|
export {
|
|
ELEVENLABS_TALK_PROVIDER_ID,
|
|
ELEVENLABS_TALK_LEGACY_CONFIG_RULES,
|
|
hasLegacyTalkFields,
|
|
legacyConfigRules,
|
|
normalizeCompatibilityConfig,
|
|
} from "./doctor-contract.js";
|
|
export { migrateElevenLabsLegacyTalkConfig } from "./config-compat.js";
|