mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:10:44 +00:00
17 lines
399 B
JSON
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": {}
|
|
}
|
|
}
|