Files
openclaw/extensions/anthropic-vertex/openclaw.plugin.json
2026-04-09 01:43:40 +01:00

12 lines
254 B
JSON

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