@gguf/claw
Version:
Multi-channel AI gateway with extensible messaging integrations
10 lines (9 loc) • 328 B
TypeScript
import type { OpenClawConfig } from "../../config/config.js";
export declare function resolveChannelMediaMaxBytes(params: {
cfg: OpenClawConfig;
resolveChannelLimitMb: (params: {
cfg: OpenClawConfig;
accountId: string;
}) => number | undefined;
accountId?: string | null;
}): number | undefined;