mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-21 07:25:00 +00:00
Plugins: add configSchema to talk-voice manifest
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
{
|
||||
"id": "talk-voice",
|
||||
"name": "Talk Voice",
|
||||
"version": "0.0.1",
|
||||
"main": "index.ts",
|
||||
"description": "Manage ElevenLabs Talk voice selection (list/set)."
|
||||
"description": "Manage Talk voice selection (list/set).",
|
||||
"configSchema": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user