mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-07-12 21:01:56 +08:00
changed node name
This commit is contained in:
parent
9e3dddcb44
commit
8ab603220d
@ -12,3 +12,4 @@ from .text_to_speech_node import TextToSpeechNode
|
||||
from .image_to_text_node import ImageToTextNode
|
||||
from .search_internet_node import SearchInternetNode
|
||||
from .generate_scraper_node import GenerateScraperNode
|
||||
from .search_link_node import SearchLinkNode
|
||||
|
||||
@ -14,7 +14,7 @@ from langchain_core.runnables import RunnableParallel
|
||||
from .base_node import BaseNode
|
||||
|
||||
|
||||
class GenerateAnswerNode(BaseNode):
|
||||
class SearchLinkNode(BaseNode):
|
||||
"""
|
||||
A node that generates an answer using a language model (LLM) based on the user's input
|
||||
and the content extracted from a webpage. It constructs a prompt from the user's input
|
||||
|
||||
Loading…
Reference in New Issue
Block a user