Files
openclaw/extensions/qa-channel/openclaw.plugin.json
2026-04-28 04:33:47 +01:00

13 lines
204 B
JSON

{
"id": "qa-channel",
"activation": {
"onStartup": false
},
"channels": ["qa-channel"],
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}