UNPKG

@jss-rule-engine/workflow

Version:

6 lines (5 loc) 201 B
export declare function cleanId(id: string): string; export declare function generateEmbeddings(facts: string): Promise<{ content: string; embedding: import("ai").EmbedResult<string>; }>;