UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

9 lines (8 loc) 456 B
import type { PreparedSlackMessage } from "./types.js"; export declare function isSlackStreamingEnabled(streaming: boolean | undefined): boolean; export declare function resolveSlackStreamingThreadHint(params: { replyToMode: "off" | "first" | "all"; incomingThreadTs: string | undefined; messageTs: string | undefined; }): string | undefined; export declare function dispatchPreparedSlackMessage(prepared: PreparedSlackMessage): Promise<void>;