LoreEntry

data class LoreEntry(val text: String, val author: String, val timestamp: Long, val notionId: String = "", val notionLastEdited: Long = 0, val qualityScore: Int = 0, val qualityTags: List<String> = emptyList(), val qualitySummary: String = "")(source)

A single lore entry recording an event or player contribution.

Constructors

Link copied to clipboard
constructor(text: String, author: String, timestamp: Long, notionId: String = "", notionLastEdited: Long = 0, qualityScore: Int = 0, qualityTags: List<String> = emptyList(), qualitySummary: String = "")

Properties

Link copied to clipboard

The name of the player who created this entry

Link copied to clipboard

Optional Notion page ID if synced

Link copied to clipboard

Last edited time from Notion (milliseconds)

Link copied to clipboard

AI quality score (0-10) for submitted books

Link copied to clipboard

AI summary/feedback for the entry

Link copied to clipboard

AI-derived tags describing the entry

Link copied to clipboard

The content of the lore entry

Link copied to clipboard

Unix timestamp (milliseconds) when the entry was created