MemoryJobSource
- contentType: stringmin length:5max length:500000required
The content of the memory.
- sourceenumconst:textrequired
The type of the memory source. Currently only supports "text".
values- text
- immutableType: boolean
Whether the memory is immutable. Immutable memories cannot be modified by memory organization and cleanup processes.
- inferType: boolean
Whether to perform inference on the memory content. Set to
falseto store the memory verbatim without analysis. - nameType: string | null
Optional name for the memory.
- occuredType: string | null
At The date and time when the memory occurred. If not provided, the current date and time will be used.