DuckChats
Types
Link copied to clipboard
Clear every mode's chats.
Link copied to clipboard
Clear all chats scoped to mode.
Link copied to clipboard
data class SelectedForMode(val chatUrls: Set<String>, val mode: BrowserMode) : ClearableData.DuckChats
A known set of Duck.ai chats in mode, identified by their full chat URLs. setOf(oneUrl) is the single-chat case; emptySet() is a valid no-op.