openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
31 lines (30 loc) • 645 B
JSON
{
"id": "copilot-proxy",
"activation": {
"onStartup": false
},
"enabledByDefault": true,
"providers": [
"copilot-proxy"
],
"autoEnableWhenConfiguredProviders": [
"copilot-proxy"
],
"providerAuthChoices": [
{
"provider": "copilot-proxy",
"method": "local",
"choiceId": "copilot-proxy",
"choiceLabel": "Copilot Proxy",
"choiceHint": "Configure base URL + model ids",
"groupId": "copilot",
"groupLabel": "Copilot",
"groupHint": "GitHub + local proxy"
}
],
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}