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

17 lines
399 B
JSON

{
"id": "anthropic-vertex",
"activation": {
"onStartup": false
},
"enabledByDefault": true,
"providers": ["anthropic-vertex"],
"providerDiscoveryEntry": "./provider-discovery.ts",
"syntheticAuthRefs": ["anthropic-vertex"],
"nonSecretAuthMarkers": ["gcp-vertex-credentials"],
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}