Skip to content

Commit d6fa677

Browse files
committed
test(config): refresh generated base schema
1 parent 75d7325 commit d6fa677

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/config/schema.base.generated.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8866,6 +8866,18 @@ export const GENERATED_BASE_CONFIG_SCHEMA: BaseConfigSchemaResponse = {
88668866
description:
88678867
"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.",
88688868
},
8869+
asyncCompletion: {
8870+
type: "object",
8871+
properties: {
8872+
directSend: {
8873+
type: "boolean",
8874+
title: "Async Media Completion Direct Send",
8875+
description:
8876+
"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.",
8877+
},
8878+
},
8879+
additionalProperties: false,
8880+
},
88698881
image: {
88708882
type: "object",
88718883
properties: {

0 commit comments

Comments
 (0)