From c4ddaf63fdee9eb56d5c4b841d45476d475baa3d Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 21 Apr 2026 09:22:19 +0100 Subject: [PATCH] chore: refresh bundled channel config metadata --- ...ndled-channel-config-metadata.generated.ts | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/config/bundled-channel-config-metadata.generated.ts b/src/config/bundled-channel-config-metadata.generated.ts index 987064af23e..4aa9d9dd529 100644 --- a/src/config/bundled-channel-config-metadata.generated.ts +++ b/src/config/bundled-channel-config-metadata.generated.ts @@ -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.",