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

    Interface OpenAIChatAction

    interface OpenAIChatAction {
        chatId: string;
        isPinned: boolean;
        target: OpenTarget;
        trigger: "keyboard" | "mouse";
    }
    Index

    Properties

    chatId: string

    The ID of the chat to open

    isPinned: boolean

    Whether the chat is pinned

    target: OpenTarget
    trigger: "keyboard" | "mouse"

    Whether the chat was opened via mouse click or keyboard