UNPKG

@ai2070/l0

Version:

L0: The Missing Reliability Substrate for AI

4 lines 258 B
import type { L0Result } from "../types/l0"; export declare function getText(result: L0Result): Promise<string>; export declare function consumeStream(result: L0Result, onToken: (token: string) => void): Promise<string>; //# sourceMappingURL=helpers.d.ts.map