UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

4 lines (3 loc) 286 B
import type { FollowupRun, QueueDedupeMode, QueueSettings } from "./types.js"; export declare function enqueueFollowupRun(key: string, run: FollowupRun, settings: QueueSettings, dedupeMode?: QueueDedupeMode): boolean; export declare function getFollowupQueueDepth(key: string): number;