mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 07:50:43 +00:00
build(config): refresh generated schema baseline
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
33425d446eda183d3574ee754bb44e7e546ea33afa855fc979f94b1e102bf047 config-baseline.json
|
||||
ecb702eee54bcb697916944440e13208ac7a640a8e07f44072bb79e9284ca994 config-baseline.core.json
|
||||
51586a795b6e1b821b3ccb2ef8e92e69ba4ef65fea254738b5a0b7b380d91bd1 config-baseline.json
|
||||
7dcb21e47ddd5de98e2af1ecbc41e11ac0c5742819c359e6d851fbc39c0226e9 config-baseline.core.json
|
||||
07963db49502132f26db396c56b36e018b110e6c55a68b3cb012d3ec96f43901 config-baseline.channel.json
|
||||
13d038300d90d4dd064aa2ac79def867799d1be403cf9d3e81dfad35ef459a21 config-baseline.plugin.json
|
||||
|
||||
@@ -3075,6 +3075,24 @@ export const GENERATED_BASE_CONFIG_SCHEMA: BaseConfigSchemaResponse = {
|
||||
minLength: 1,
|
||||
},
|
||||
},
|
||||
supportedReasoningEfforts: {
|
||||
type: "array",
|
||||
items: {
|
||||
type: "string",
|
||||
minLength: 1,
|
||||
},
|
||||
},
|
||||
reasoningEffortMap: {
|
||||
type: "object",
|
||||
propertyNames: {
|
||||
type: "string",
|
||||
minLength: 1,
|
||||
},
|
||||
additionalProperties: {
|
||||
type: "string",
|
||||
minLength: 1,
|
||||
},
|
||||
},
|
||||
maxTokensField: {
|
||||
anyOf: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user