Files
openclaw/extensions/amazon-bedrock-mantle/openclaw.plugin.json
2026-05-10 10:25:23 +01:00

35 lines
937 B
JSON

{
"id": "amazon-bedrock-mantle",
"activation": {
"onStartup": false
},
"enabledByDefault": true,
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {
"discovery": {
"type": "object",
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean",
"description": "When false, skip implicit Mantle model discovery."
}
}
}
}
},
"uiHints": {
"discovery": {
"label": "Model Discovery",
"help": "Plugin-owned controls for Amazon Bedrock Mantle model auto-discovery."
},
"discovery.enabled": {
"label": "Enable Discovery",
"help": "When false, OpenClaw keeps the Amazon Bedrock Mantle plugin available but skips implicit startup discovery. Leave unset for default auto-detect behavior."
}
},
"providers": ["amazon-bedrock-mantle"]
}