mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 08:00:21 +00:00
chore: align release metadata for 2026.4.10
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user