mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-14 10:41:23 +00:00
9 lines
258 B
TypeScript
9 lines
258 B
TypeScript
export {
|
|
ELEVENLABS_TALK_PROVIDER_ID,
|
|
ELEVENLABS_TALK_LEGACY_CONFIG_RULES,
|
|
hasLegacyTalkFields,
|
|
legacyConfigRules,
|
|
normalizeCompatibilityConfig,
|
|
} from "./doctor-contract.js";
|
|
export { migrateElevenLabsLegacyTalkConfig } from "./config-compat.js";
|