chore: align release metadata for 2026.4.10

This commit is contained in:
Peter Steinberger
2026-04-10 08:09:57 +01:00
parent f654b5a424
commit 3218f8f4e5
5 changed files with 32 additions and 4 deletions

View File

@@ -9311,6 +9311,18 @@ export const GENERATED_BUNDLED_CHANNEL_CONFIG_METADATA = [
type: "string",
enum: ["doc", "hot-reload"],
},
streaming: {
type: "object",
properties: {
mode: {
default: "partial",
type: "string",
enum: ["off", "partial"],
},
},
required: ["mode"],
additionalProperties: false,
},
tts: {
type: "object",
properties: {
@@ -9512,6 +9524,18 @@ export const GENERATED_BUNDLED_CHANNEL_CONFIG_METADATA = [
type: "string",
enum: ["doc", "hot-reload"],
},
streaming: {
type: "object",
properties: {
mode: {
default: "partial",
type: "string",
enum: ["off", "partial"],
},
},
required: ["mode"],
additionalProperties: false,
},
},
additionalProperties: false,
},