UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

4 lines (3 loc) 213 B
export declare function buildCronEventPrompt(pendingEvents: string[]): string; export declare function isExecCompletionEvent(evt: string): boolean; export declare function isCronSystemEvent(evt: string): boolean;