Interface: MemoryByte
Defined in: packages/kernl/src/memory/types.ts:51
Memory content - the smallest coherent unit of memory.
May contain multiple modalities (e.g., captioned image, video with transcript). At most one of each modality type.
Properties
| Property | Type | Defined in |
|---|---|---|
audio? | AudioByte | packages/kernl/src/memory/types.ts:54 |
image? | ImageByte | packages/kernl/src/memory/types.ts:53 |
object? | JSONObject | packages/kernl/src/memory/types.ts:56 |
text? | string | packages/kernl/src/memory/types.ts:52 |
video? | VideoByte | packages/kernl/src/memory/types.ts:55 |