mirror of https://github.com/openclaw/openclaw.git
Plugins: add configSchema to talk-voice manifest
This commit is contained in:
parent
574e1e5925
commit
57fc17892e
|
|
@ -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": {}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue