UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

7 lines (6 loc) 219 B
export type ClearSessionQueueResult = { followupCleared: number; laneCleared: number; keys: string[]; }; export declare function clearSessionQueues(keys: Array<string | undefined>): ClearSessionQueueResult;