Add Support for Custom Instructions (#2565)
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -20,6 +20,7 @@ export interface MemoryOptions {
|
||||
start_date?: string;
|
||||
end_date?: string;
|
||||
custom_categories?: custom_categories[];
|
||||
custom_instructions?: string;
|
||||
}
|
||||
|
||||
export interface ProjectOptions {
|
||||
|
||||
Reference in New Issue
Block a user