test(config): refresh generated base schema

This commit is contained in:
Vincent Koc
2026-04-11 11:50:42 +01:00
parent 75d7325e32
commit d6fa67701e

View File

@@ -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: {