mirror of https://github.com/openclaw/openclaw.git
test: refresh base config schema snapshot
This commit is contained in:
parent
8366c74ccd
commit
04a40b2613
|
|
@ -1266,6 +1266,13 @@ export const GENERATED_BASE_CONFIG_SCHEMA = {
|
|||
toolSchemaProfile: {
|
||||
type: "string",
|
||||
},
|
||||
unsupportedToolSchemaKeywords: {
|
||||
type: "array",
|
||||
items: {
|
||||
type: "string",
|
||||
minLength: 1,
|
||||
},
|
||||
},
|
||||
nativeWebSearchTool: {
|
||||
type: "boolean",
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue