UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

4 lines (3 loc) 203 B
export declare const HEARTBEAT_TOKEN = "HEARTBEAT_OK"; export declare const SILENT_REPLY_TOKEN = "NO_REPLY"; export declare function isSilentReplyText(text: string | undefined, token?: string): boolean;