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

    Interface OmnibarPickerShown

    Fired once when the user opens an omnibar chat-tool picker (impression). picker identifies which picker; native maps it to the platform-specific subscription funnel origin.

    interface OmnibarPickerShown {
        name: "omnibar_picker";
        value: { picker: "model" | "reasoning" };
    }
    Index

    Properties

    Properties

    name: "omnibar_picker"
    value: { picker: "model" | "reasoning" }