mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 08:50:21 +00:00
fix(ci): restore build and typecheck on main
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import type {
|
||||
BlockStreamingChunkConfig,
|
||||
BlockStreamingCoalesceConfig,
|
||||
ContextVisibilityMode,
|
||||
DmPolicy,
|
||||
@@ -159,6 +160,8 @@ export type TelegramAccountConfig = {
|
||||
streaming?: TelegramStreamingMode;
|
||||
/** Disable block streaming for this account. */
|
||||
blockStreaming?: boolean;
|
||||
/** Draft block-stream chunking thresholds for Telegram preview edits. */
|
||||
draftChunk?: BlockStreamingChunkConfig;
|
||||
/** Merge streamed block replies before sending. */
|
||||
blockStreamingCoalesce?: BlockStreamingCoalesceConfig;
|
||||
mediaMaxMb?: number;
|
||||
|
||||
Reference in New Issue
Block a user