diff --git a/cognee/tasks/web_scraper/utils.py b/cognee/tasks/web_scraper/utils.py index d5e1301bc..28a19d69f 100644 --- a/cognee/tasks/web_scraper/utils.py +++ b/cognee/tasks/web_scraper/utils.py @@ -18,7 +18,7 @@ async def fetch_page_content( preferred_tool: Optional[Literal["tavily", "beautifulsoup"]] = "beautifulsoup", tavily_config: Optional[TavilyConfig] = None, soup_crawler_config: Optional[SoupCrawlerConfig] = None, -) -> Dict[str, Union[str, Dict[str, str]]]: +) -> Dict[str, str]: """Fetch content from one or more URLs using the specified tool. This function retrieves web page content using either BeautifulSoup (with custom