mirror of https://github.com/openclaw/openclaw.git
config: regenerate base config schema baseline
This commit is contained in:
parent
ed83d79a05
commit
ccb67bd4bf
|
|
@ -1373,6 +1373,13 @@ export const GENERATED_BASE_CONFIG_SCHEMA = {
|
|||
defaults: {
|
||||
type: "object",
|
||||
properties: {
|
||||
params: {
|
||||
type: "object",
|
||||
propertyNames: {
|
||||
type: "string",
|
||||
},
|
||||
additionalProperties: {},
|
||||
},
|
||||
model: {
|
||||
anyOf: [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue