Add Support for Custom Instructions (#2565)

This commit is contained in:
Saket Aryan
2025-04-17 14:38:07 +05:30
committed by GitHub
parent bf0c4adc0c
commit f0bdd2c341
3 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "mem0ai",
"version": "2.1.17",
"version": "2.1.18",
"description": "The Memory Layer For Your AI Apps",
"main": "./dist/index.js",
"module": "./dist/index.mjs",

View File

@@ -20,6 +20,7 @@ export interface MemoryOptions {
start_date?: string;
end_date?: string;
custom_categories?: custom_categories[];
custom_instructions?: string;
}
export interface ProjectOptions {