TS SDK - filter memories param (#2971)

This commit is contained in:
Saket Aryan
2025-06-17 10:54:35 +05:30
committed by GitHub
parent c7e91171a0
commit 888ee766c5
3 changed files with 7 additions and 1 deletions

View File

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

View File

@@ -24,6 +24,7 @@ export interface MemoryOptions {
timestamp?: number;
output_format?: string | OutputFormat;
async_mode?: boolean;
filter_memories?: boolean;
}
export interface ProjectOptions {