Defines the shape of an individual Agent note that is stored in MJ that can be passed to Skip for additional context.

Constructors

Properties

agentNoteType: string

Text name for the note type

agentNoteTypeId: string

Unique type id (UUID) for the note type, maps to a SkipAPIAgentNoteType that was passed in the SkipAPIRequest

createdAt: Date

Date/Time the note was initially created

id: string

Unique identifier for the note

note: string

The text of the note

type: "User" | "Global"

This type field contains the scope of the note, either Global or User

updatedAt: Date

Date/Time the note was last updated

user: string

The name of the user that the note is associated with, only populated if type === 'User'

userId: string

The unique identifier for the user that the note is associated with, only populated if type === 'User'