mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 22:32:52 +00:00
ci: fix acp spawn defaults lint
This commit is contained in:
@@ -203,8 +203,8 @@ function createConfig(params: {
|
||||
maxSpawnDepth: 2,
|
||||
...(params.subagentModel ? { model: params.subagentModel } : {}),
|
||||
},
|
||||
models: {
|
||||
...(params.subagentModel && params.thinking
|
||||
models:
|
||||
params.subagentModel && params.thinking
|
||||
? {
|
||||
[params.subagentModel]: {
|
||||
params: {
|
||||
@@ -212,8 +212,7 @@ function createConfig(params: {
|
||||
},
|
||||
},
|
||||
}
|
||||
: {}),
|
||||
},
|
||||
: {},
|
||||
},
|
||||
},
|
||||
gateway: {
|
||||
|
||||
Reference in New Issue
Block a user