mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-25 23:47:20 +00:00
fix(ci): refresh schema and boundary expectations
This commit is contained in:
@@ -21608,7 +21608,7 @@ export const GENERATED_BASE_CONFIG_SCHEMA = {
|
||||
},
|
||||
"models.providers.*.request": {
|
||||
label: "Model Provider Request Overrides",
|
||||
help: "Optional request overrides for model-provider requests. Today this path supports header and auth overrides only; proxy and TLS transport settings are reserved for request paths that can carry them end to end.",
|
||||
help: "Optional request overrides for model-provider requests. Use this only for header and auth overrides today; proxy and TLS transport settings are reserved for request paths that can carry them end to end.",
|
||||
tags: ["models"],
|
||||
},
|
||||
"models.providers.*.request.headers": {
|
||||
|
||||
@@ -7,6 +7,8 @@ const repoRoot = path.resolve(import.meta.dirname, "..");
|
||||
|
||||
const allowedNonExtensionTests = new Set<string>([
|
||||
"src/agents/pi-embedded-runner-extraparams.test.ts",
|
||||
"src/channels/plugins/contracts/dm-policy.contract.test.ts",
|
||||
"src/channels/plugins/contracts/group-policy.contract.test.ts",
|
||||
"src/plugins/contracts/discovery.contract.test.ts",
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user