mirror of https://github.com/openclaw/openclaw.git
23 lines
672 B
JSON
23 lines
672 B
JSON
{
|
|
"id": "amazon-bedrock",
|
|
"enabledByDefault": true,
|
|
"providers": ["amazon-bedrock"],
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"guardrail": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"guardrailIdentifier": { "type": "string" },
|
|
"guardrailVersion": { "type": "string" },
|
|
"streamProcessingMode": { "type": "string", "enum": ["sync", "async"] },
|
|
"trace": { "type": "string", "enum": ["enabled", "disabled", "enabled_full"] }
|
|
},
|
|
"required": ["guardrailIdentifier", "guardrailVersion"]
|
|
}
|
|
}
|
|
}
|
|
}
|