DuckChats

sealed class DuckChats : ClearableData

Duck AI chats.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
data class Selected(val chatUrls: Set<String>) : ClearableData.DuckChats

A known set of Duck.ai chats, identified by their full chat URLs. setOf(oneUrl) is the single-chat case; emptySet() is a valid no-op.