UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

10 lines (9 loc) 252 B
export type QmdQueryResult = { docid?: string; score?: number; collection?: string; file?: string; snippet?: string; body?: string; }; export declare function parseQmdQueryJson(stdout: string, stderr: string): QmdQueryResult[];