Files
openclaw/extensions/anthropic-vertex/openclaw.plugin.json
2026-04-18 20:16:44 +01:00

13 lines
308 B
JSON

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