UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

7 lines (6 loc) 290 B
import type { OpenClawConfig } from "../config/config.js"; export declare function resolveTelegramDraftStreamingChunking(cfg: OpenClawConfig | undefined, accountId?: string | null): { minChars: number; maxChars: number; breakPreference: "paragraph" | "newline" | "sentence"; };