mimiq
    Preparing search index...

    Interface HtmlAdapterConfig

    interface HtmlAdapterConfig {
        containerSelector?: string;
        htmlCleanupOptions?: HtmlCleanupOptions;
        inputSelector?: string;
        maxHtmlLength?: number;
        mode: "html" | "screenshot" | "hybrid";
        model?: string;
        sendSelector?: string;
        waitForIdleMs?: number;
    }
    Index

    Properties

    containerSelector?: string
    htmlCleanupOptions?: HtmlCleanupOptions
    inputSelector?: string
    maxHtmlLength?: number
    mode: "html" | "screenshot" | "hybrid"
    model?: string
    sendSelector?: string
    waitForIdleMs?: number