UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

8 lines (7 loc) 286 B
import type { OpenClawConfig } from "./config.js"; import type { MarkdownTableMode } from "./types.base.js"; export declare function resolveMarkdownTableMode(params: { cfg?: Partial<OpenClawConfig>; channel?: string | null; accountId?: string | null; }): MarkdownTableMode;