UNPKG

@aksolab/recall

Version:

A memory management package for AI SDK memory functionality

7 lines 232 B
import { CoreBlockConfig } from "./types"; export declare const CORE_BLOCKS: { readonly USER: "user"; readonly AI: "ai"; }; export declare const DEFAULT_CORE_BLOCKS: CoreBlockConfig[]; //# sourceMappingURL=constants.d.ts.map