Files
openclaw/extensions/amazon-bedrock-mantle/openclaw.plugin.json

37 lines
1.1 KiB
JSON

{
"id": "amazon-bedrock-mantle",
"name": "Amazon Bedrock Mantle",
"description": "OpenClaw Amazon Bedrock Mantle provider plugin for OpenAI-compatible model routing.",
"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"]
}