mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-07-09 21:19:20 +08:00
removed unused example
This commit is contained in:
parent
3b27c5e88c
commit
d0e5671caf
@ -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"],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user