UNPKG

recallrai

Version:

Official Node.js SDK for RecallrAI - Revolutionary contextual memory system that enables AI assistants to form meaningful connections between conversations, just like human memory.

6 lines (5 loc) 165 B
export declare class RecallrAIError extends Error { readonly httpStatus: number; constructor(message: string, httpStatus: number); toString(): string; }