Add structured_data_schema to MemoryOptions interface (#3125)

This commit is contained in:
Saket Aryan
2025-07-08 22:37:44 +05:30
committed by GitHub
parent 0f5612b96d
commit ec9b0688d8
4 changed files with 8 additions and 2 deletions

View File

@@ -409,6 +409,11 @@ mode: "wide"
<Tab title="TypeScript">
<Update label="2025-07-08" description="v2.1.36">
**New Features:**
- **Client:** Added `structured_data_schema` param to `add` method.
</Update>
<Update label="2025-07-08" description="v2.1.35">
**New Features:**
- **Client:** Added `createMemoryExport` and `getMemoryExport` methods.