@duckduckgo/content-scope-scripts
    Preparing search index...

    Interface AiChat

    interface AiChat {
        chatId: string;
        lastEdit?: string;
        pinned?: boolean;
        title: string;
    }
    Index

    Properties

    chatId: string

    Unique identifier for the chat

    lastEdit?: string

    ISO timestamp of last edit

    pinned?: boolean

    Whether the chat is pinned

    title: string

    Display title of the chat