Interface defining the structure of the input data for the Mem0Client

interface ClientOptions {
    apiKey: string;
    host?: string;
    organizationId?: string;
    organizationName?: string;
    projectId?: string;
    projectName?: string;
}

Properties

apiKey: string
host?: string
organizationId?: string
organizationName?: string
projectId?: string
projectName?: string