TS SDK - filter memories param (#2971)
This commit is contained in:
@@ -288,6 +288,11 @@ mode: "wide"
|
|||||||
|
|
||||||
<Tab title="TypeScript">
|
<Tab title="TypeScript">
|
||||||
|
|
||||||
|
<Update label="2025-06-17" description="v2.1.31">
|
||||||
|
**Improvement :**
|
||||||
|
- **Client:** Added param `filter_memories`.
|
||||||
|
</Update>
|
||||||
|
|
||||||
<Update label="2025-06-06" description="v2.1.30">
|
<Update label="2025-06-06" description="v2.1.30">
|
||||||
**New Features:**
|
**New Features:**
|
||||||
- **OSS:** Added Cloudflare support
|
- **OSS:** Added Cloudflare support
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mem0ai",
|
"name": "mem0ai",
|
||||||
"version": "2.1.30",
|
"version": "2.1.31",
|
||||||
"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",
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ export interface MemoryOptions {
|
|||||||
timestamp?: number;
|
timestamp?: number;
|
||||||
output_format?: string | OutputFormat;
|
output_format?: string | OutputFormat;
|
||||||
async_mode?: boolean;
|
async_mode?: boolean;
|
||||||
|
filter_memories?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ProjectOptions {
|
export interface ProjectOptions {
|
||||||
|
|||||||
Reference in New Issue
Block a user