UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

7 lines (6 loc) 233 B
import type { OpenClawConfig } from "./config.js"; export declare function resolveChannelCapabilities(params: { cfg?: Partial<OpenClawConfig>; channel?: string | null; accountId?: string | null; }): string[] | undefined;