Add Support for Custom Instructions (#2565)
This commit is contained in:
@@ -164,6 +164,10 @@ mode: "wide"
|
|||||||
|
|
||||||
<Tab title="TypeScript">
|
<Tab title="TypeScript">
|
||||||
|
|
||||||
|
<Update label="2025-04-17" description="v2.1.18">
|
||||||
|
**Improvements:**
|
||||||
|
- **Client:** Added support for custom instructions
|
||||||
|
</Update>
|
||||||
|
|
||||||
<Update label="2025-04-15" description="v2.1.17">
|
<Update label="2025-04-15" description="v2.1.17">
|
||||||
**New Features:**
|
**New Features:**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mem0ai",
|
"name": "mem0ai",
|
||||||
"version": "2.1.17",
|
"version": "2.1.18",
|
||||||
"description": "The Memory Layer For Your AI Apps",
|
"description": "The Memory Layer For Your AI Apps",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"module": "./dist/index.mjs",
|
"module": "./dist/index.mjs",
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ export interface MemoryOptions {
|
|||||||
start_date?: string;
|
start_date?: string;
|
||||||
end_date?: string;
|
end_date?: string;
|
||||||
custom_categories?: custom_categories[];
|
custom_categories?: custom_categories[];
|
||||||
|
custom_instructions?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ProjectOptions {
|
export interface ProjectOptions {
|
||||||
|
|||||||
Reference in New Issue
Block a user