MemoryStore
Example Usage
typescript
import { MemoryStore } from "@meetkai/mka1/models/components";
let value: MemoryStore = {
id: "<id>",
object: "memory_store",
name: "<value>",
description: "how deform sweetly vague more",
instructions: "<value>",
visibility: "workspace",
createdAt: 7191.79,
updatedAt: 173.08,
deletedAt: null,
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | ✔️ | N/A |
object | "memory_store" | ✔️ | N/A |
name | string | ✔️ | N/A |
description | string | ✔️ | N/A |
instructions | string | ✔️ | N/A |
visibility | components.MemoryStoreVisibility | ✔️ | N/A |
metadata | Record<string, string> | ➖ | N/A |
createdAt | number | ✔️ | N/A |
updatedAt | number | ✔️ | N/A |
deletedAt | number | ✔️ | N/A |