test: fix amazon-bedrock extension test boundary (#58753)

* Tests: stop amazon-bedrock from importing private core plugin types

* Config: refresh generated doc baseline
This commit is contained in:
Josh Lehman
2026-03-31 22:24:38 -07:00
committed by GitHub
parent ac6db066d3
commit 5836ddea3f
3 changed files with 93 additions and 7 deletions

View File

@@ -3014,6 +3014,25 @@
"tags": [],
"hasChildren": false
},
{
"path": "agents.defaults.params",
"kind": "core",
"type": "object",
"required": false,
"deprecated": false,
"sensitive": false,
"tags": [],
"hasChildren": true
},
{
"path": "agents.defaults.params.*",
"kind": "core",
"required": false,
"deprecated": false,
"sensitive": false,
"tags": [],
"hasChildren": false
},
{
"path": "agents.defaults.pdfMaxBytesMb",
"kind": "core",
@@ -47139,6 +47158,65 @@
],
"label": "@openclaw/amazon-bedrock-provider Config",
"help": "Plugin-defined config payload for amazon-bedrock.",
"hasChildren": true
},
{
"path": "plugins.entries.amazon-bedrock.config.guardrail",
"kind": "plugin",
"type": "object",
"required": false,
"deprecated": false,
"sensitive": false,
"tags": [],
"hasChildren": true
},
{
"path": "plugins.entries.amazon-bedrock.config.guardrail.guardrailIdentifier",
"kind": "plugin",
"type": "string",
"required": true,
"deprecated": false,
"sensitive": false,
"tags": [],
"hasChildren": false
},
{
"path": "plugins.entries.amazon-bedrock.config.guardrail.guardrailVersion",
"kind": "plugin",
"type": "string",
"required": true,
"deprecated": false,
"sensitive": false,
"tags": [],
"hasChildren": false
},
{
"path": "plugins.entries.amazon-bedrock.config.guardrail.streamProcessingMode",
"kind": "plugin",
"type": "string",
"required": false,
"enumValues": [
"sync",
"async"
],
"deprecated": false,
"sensitive": false,
"tags": [],
"hasChildren": false
},
{
"path": "plugins.entries.amazon-bedrock.config.guardrail.trace",
"kind": "plugin",
"type": "string",
"required": false,
"enumValues": [
"enabled",
"disabled",
"enabled_full"
],
"deprecated": false,
"sensitive": false,
"tags": [],
"hasChildren": false
},
{