mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 15:36:55 +02:00
16 lines
260 B
JSON
16 lines
260 B
JSON
{
|
|
"id": "microsoft",
|
|
"activation": {
|
|
"onStartup": false
|
|
},
|
|
"enabledByDefault": true,
|
|
"contracts": {
|
|
"speechProviders": ["microsoft"]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|