mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-14 10:41:23 +00:00
test(config): refresh generated base schema
This commit is contained in:
@@ -8866,6 +8866,18 @@ export const GENERATED_BASE_CONFIG_SCHEMA: BaseConfigSchemaResponse = {
|
||||
description:
|
||||
"Maximum number of concurrent media understanding operations per turn across image, audio, and video tasks. Lower this in resource-constrained deployments to prevent CPU/network saturation.",
|
||||
},
|
||||
asyncCompletion: {
|
||||
type: "object",
|
||||
properties: {
|
||||
directSend: {
|
||||
type: "boolean",
|
||||
title: "Async Media Completion Direct Send",
|
||||
description:
|
||||
"Enable direct channel sends for completed async music/video generation tasks instead of relying on the requester session wake path. Default off so detached media completion keeps the legacy model-delivery flow unless you opt in.",
|
||||
},
|
||||
},
|
||||
additionalProperties: false,
|
||||
},
|
||||
image: {
|
||||
type: "object",
|
||||
properties: {
|
||||
|
||||
Reference in New Issue
Block a user