UNPKG

recallbricks-sdk

Version:

TypeScript SDK for writing memory chunks to RecallBricks persistent memory infrastructure.

11 lines (10 loc) 275 B
export declare class RecallBricks { static write({ userId, projectId, text, type, tags, baseUrl, }: { userId: string; projectId: string; text: string; type: string; tags: string[]; baseUrl?: string; }): Promise<any>; }