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