Interface IConversationAnnotations

Conversation annotation fields (from jetski_cortex.proto ConversationAnnotations).

These are metadata annotations on a conversation that the user can set. The LS stores these natively and they persist across sessions.

interface IConversationAnnotations {
    archived?: boolean;
    starred?: boolean;
    tags?: string[];
    title?: string;
}

Properties

archived?: boolean

Whether this conversation is archived

starred?: boolean

Whether this conversation is starred (pinned)

tags?: string[]

Tags/labels for organization

title?: string

Custom user title -- overrides the auto-generated summary