From d6fa67701e771b3de7fcc5fa9c33f7536a83a652 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sat, 11 Apr 2026 11:50:42 +0100 Subject: [PATCH] test(config): refresh generated base schema --- src/config/schema.base.generated.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/config/schema.base.generated.ts b/src/config/schema.base.generated.ts index d2d35cd6c2b..25fd36ce39c 100644 --- a/src/config/schema.base.generated.ts +++ b/src/config/schema.base.generated.ts @@ -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: {