changed node name

This commit is contained in:
VinciGit00 2024-04-24 10:02:09 +02:00
parent 9e3dddcb44
commit 8ab603220d
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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