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

    Interface OmnibarConfig

    interface OmnibarConfig {
        aiModelSections?: AIModelSections;
        enableAi?: boolean;
        enableAiChatTools?: boolean;
        enableRecentAiChats?: boolean;
        mode: OmnibarMode;
        selectedModelId?: string;
        showAiSetting?: boolean;
        showCustomizePopover?: boolean;
    }
    Index

    Properties

    aiModelSections?: AIModelSections
    enableAi?: boolean
    enableAiChatTools?: boolean
    enableRecentAiChats?: boolean
    selectedModelId?: string
    showAiSetting?: boolean
    showCustomizePopover?: boolean