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

    Interface ConfirmDeleteAIChatParams

    Requests a native confirmation dialog for deleting an AI chat. Native shows the dialog and responds with the user's choice.

    interface ConfirmDeleteAIChatParams {
        chatId: string;
        title: string;
    }
    Index

    Properties

    Properties

    chatId: string

    Unique identifier of the chat to delete

    title: string

    The chat title, displayed in the native confirmation dialog