Files
openclaw/extensions/anthropic-vertex/openclaw.plugin.json
2026-05-09 02:34:56 -04:00

17 lines
397 B
JSON

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