mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:20:45 +00:00
Verified: - pnpm test extensions/anthropic-vertex/index.test.ts extensions/anthropic-vertex/region.adc.test.ts src/plugins/manifest-registry.test.ts src/plugins/provider-runtime.synthetic-auth-discovery.test.ts Co-authored-by: feiskyer <676637+feiskyer@users.noreply.github.com> Co-authored-by: Tak Hoffman <781889+Takhoffman@users.noreply.github.com>
14 lines
353 B
JSON
14 lines
353 B
JSON
{
|
|
"id": "anthropic-vertex",
|
|
"enabledByDefault": true,
|
|
"providers": ["anthropic-vertex"],
|
|
"providerDiscoveryEntry": "./provider-discovery.ts",
|
|
"syntheticAuthRefs": ["anthropic-vertex"],
|
|
"nonSecretAuthMarkers": ["gcp-vertex-credentials"],
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|