MemoryJobSource

  • content
    Type: string
    min length:  
    5
    max length:  
    500000
    required

    The content of the memory.

  • source
    enum
    const:  
    text
    required

    The type of the memory source. Currently only supports "text".

    values
    • text
  • immutable
    Type: boolean

    Whether the memory is immutable. Immutable memories cannot be modified by memory organization and cleanup processes.

  • infer
    Type: boolean

    Whether to perform inference on the memory content. Set to false to store the memory verbatim without analysis.

  • name
    Type: string | null

    Optional name for the memory.

  • occuredAt
    Type: string | null

    The date and time when the memory occurred. If not provided, the current date and time will be used.