mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-22 14:55:36 +00:00
35 lines
937 B
JSON
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"]
|
|
}
|