Files
openclaw/extensions/byteplus/openclaw.plugin.json
2026-03-15 20:12:37 -07:00

13 lines
241 B
JSON

{
"id": "byteplus",
"providers": ["byteplus", "byteplus-plan"],
"providerAuthEnvVars": {
"byteplus": ["BYTEPLUS_API_KEY"]
},
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}