PublishResult

data class PublishResult(val weekNumber: Long, val entries: List<LoreStorage.LoreEntry>, val aiSummary: String?, val alreadyPublished: Boolean)(source)

Result of a news publication operation.

Constructors

Link copied to clipboard
constructor(weekNumber: Long, entries: List<LoreStorage.LoreEntry>, aiSummary: String?, alreadyPublished: Boolean)

Properties

Link copied to clipboard

Weekly summary text (AI when available, fallback otherwise)

Link copied to clipboard

Whether this week's news was already published

Link copied to clipboard

The lore entries included in this week's news

Link copied to clipboard

The week number for this publication