chore: refresh bundled channel config metadata

This commit is contained in:
Peter Steinberger
2026-04-21 09:22:19 +01:00
parent c127812bba
commit c4ddaf63fd

View File

@@ -311,6 +311,9 @@ export const GENERATED_BUNDLED_CHANNEL_CONFIG_METADATA = [
},
additionalProperties: false,
},
systemPrompt: {
type: "string",
},
},
additionalProperties: false,
},
@@ -622,6 +625,9 @@ export const GENERATED_BUNDLED_CHANNEL_CONFIG_METADATA = [
},
additionalProperties: false,
},
systemPrompt: {
type: "string",
},
},
additionalProperties: false,
},
@@ -13069,6 +13075,11 @@ export const GENERATED_BUNDLED_CHANNEL_CONFIG_METADATA = [
exclusiveMinimum: 0,
maximum: 9007199254740991,
},
pollingStallThresholdMs: {
type: "integer",
minimum: 30000,
maximum: 600000,
},
retry: {
type: "object",
properties: {
@@ -14102,6 +14113,11 @@ export const GENERATED_BUNDLED_CHANNEL_CONFIG_METADATA = [
exclusiveMinimum: 0,
maximum: 9007199254740991,
},
pollingStallThresholdMs: {
type: "integer",
minimum: 30000,
maximum: 600000,
},
retry: {
type: "object",
properties: {
@@ -14482,6 +14498,10 @@ export const GENERATED_BUNDLED_CHANNEL_CONFIG_METADATA = [
label: "Telegram API Timeout (seconds)",
help: "Max seconds before Telegram API requests are aborted (default: 500 per grammY).",
},
pollingStallThresholdMs: {
label: "Telegram Polling Stall Threshold (ms)",
help: "Milliseconds without completed Telegram getUpdates liveness before the polling watchdog restarts the polling runner. Default: 120000.",
},
silentErrorReplies: {
label: "Telegram Silent Error Replies",
help: "When true, Telegram bot replies marked as errors are sent silently (no notification sound). Default: false.",