Added Timestamp (#2579)
This commit is contained in:
@@ -164,6 +164,11 @@ mode: "wide"
|
|||||||
|
|
||||||
<Tab title="TypeScript">
|
<Tab title="TypeScript">
|
||||||
|
|
||||||
|
<Update label="2025-04-22" description="v2.1.19">
|
||||||
|
**Improvements:**
|
||||||
|
- **Client:** Added support for `timestamps`
|
||||||
|
</Update>
|
||||||
|
|
||||||
<Update label="2025-04-17" description="v2.1.18">
|
<Update label="2025-04-17" description="v2.1.18">
|
||||||
**Improvements:**
|
**Improvements:**
|
||||||
- **Client:** Added support for custom instructions
|
- **Client:** Added support for custom instructions
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mem0ai",
|
"name": "mem0ai",
|
||||||
"version": "2.1.18",
|
"version": "2.1.19",
|
||||||
"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",
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ export interface MemoryOptions {
|
|||||||
end_date?: string;
|
end_date?: string;
|
||||||
custom_categories?: custom_categories[];
|
custom_categories?: custom_categories[];
|
||||||
custom_instructions?: string;
|
custom_instructions?: string;
|
||||||
|
timestamp?: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ProjectOptions {
|
export interface ProjectOptions {
|
||||||
|
|||||||
Reference in New Issue
Block a user