Skip to content

Commit 8ab6032

Browse files
committed
changed node name
1 parent 9e3dddc commit 8ab6032

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scrapegraphai/nodes/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@
1212
from .image_to_text_node import ImageToTextNode
1313
from .search_internet_node import SearchInternetNode
1414
from .generate_scraper_node import GenerateScraperNode
15+
from .search_link_node import SearchLinkNode

scrapegraphai/nodes/search_link_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from .base_node import BaseNode
1515

1616

17-
class GenerateAnswerNode(BaseNode):
17+
class SearchLinkNode(BaseNode):
1818
"""
1919
A node that generates an answer using a language model (LLM) based on the user's input
2020
and the content extracted from a webpage. It constructs a prompt from the user's input

0 commit comments

Comments
 (0)