Files
openclaw/extensions/elevenlabs/openclaw.plugin.json
2026-04-07 09:52:56 +01:00

21 lines
377 B
JSON

{
"id": "elevenlabs",
"contracts": {
"speechProviders": ["elevenlabs"]
},
"configContracts": {
"compatibilityMigrationPaths": [
"talk.voiceId",
"talk.voiceAliases",
"talk.modelId",
"talk.outputFormat",
"talk.apiKey"
]
},
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}