We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4860521 commit 3960e56Copy full SHA for 3960e56
scrapegraphai/nodes/generate_scraper_node.py
@@ -22,7 +22,7 @@ class GenerateScraperNode(BaseNode):
22
an answer.
23
24
Attributes:
25
- llm (ChatOpenAI): An instance of a language model client, configured for generating answers.
+ llm: An instance of a language model client, configured for generating answers.
26
node_name (str): The unique identifier name for the node, defaulting
27
to "GenerateScraperNode".
28
node_type (str): The type of the node, set to "node" indicating a
0 commit comments