removed unused example

This commit is contained in:
Marco Vinciguerra 2024-10-09 08:46:48 +02:00
parent 3b27c5e88c
commit d0e5671caf

View File

@ -59,13 +59,6 @@ class SearchGraph(AbstractGraph):
BaseGraph: A graph instance representing the web scraping and searching workflow.
"""
# smart_scraper_instance = SmartScraperGraph(
# prompt="",
# source="",
# config=self.copy_config,
# schema=self.copy_schema
# )
search_internet_node = SearchInternetNode(
input="user_prompt",
output=["urls"],