MemoryEntry
Example Usage
typescript
import { MemoryEntry } from "@meetkai/mka1/models/components";
let value: MemoryEntry = {
id: "<id>",
object: "memory_entry",
memoryStoreId: "<id>",
path: "/srv",
content: "<value>",
contentHash: "<value>",
bytes: 761951,
createdAt: 7717.77,
updatedAt: 3251.39,
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | ✔️ | N/A |
object | "memory_entry" | ✔️ | N/A |
memoryStoreId | string | ✔️ | N/A |
path | string | ✔️ | N/A |
content | string | ✔️ | N/A |
contentHash | string | ✔️ | N/A |
bytes | number | ✔️ | N/A |
metadata | Record<string, string> | ➖ | N/A |
createdAt | number | ✔️ | N/A |
updatedAt | number | ✔️ | N/A |