• Makes an llm call to analyze the content of a puppeteer page and produce an output based on the page content

    Parameters

    • page: any

      The puppeteer page

    • prompt: string

      The instructions to the llm for what to output (the task)

    Returns Promise<any>