File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -288,6 +288,11 @@ mode: "wide"
288
288
289
289
<Tab title = " TypeScript" >
290
290
291
+ <Update label = " 2025-06-17" description = " v2.1.31" >
292
+ ** Improvement :**
293
+ - ** Client:** Added param ` filter_memories ` .
294
+ </Update >
295
+
291
296
<Update label = " 2025-06-06" description = " v2.1.30" >
292
297
** New Features:**
293
298
- ** OSS:** Added Cloudflare support
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mem0ai" ,
3
- "version" : " 2.1.30 " ,
3
+ "version" : " 2.1.31 " ,
4
4
"description" : " The Memory Layer For Your AI Apps" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"module" : " ./dist/index.mjs" ,
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ export interface MemoryOptions {
24
24
timestamp ?: number ;
25
25
output_format ?: string | OutputFormat ;
26
26
async_mode ?: boolean ;
27
+ filter_memories ?: boolean ;
27
28
}
28
29
29
30
export interface ProjectOptions {
You can’t perform that action at this time.
0 commit comments