tool · inferred from evidence
GenerateAnswer
A node in SmartScraperGraph responsible for generating answers from parsed content.
- SmartScraperGraph returns NA or blank for all fields even though the content is on the page
Using SmartScraperGraph with a plain-language JSON-extraction prompt, the LLM consistently returned "NA" (or blank) for every requested field, even against pages where the information was unambiguously present (e.g. a Wikipedia infobox with
- ScrapeGraphAI 1.14.0+ SmartScraperGraph fails with pydantic ValidationError: 1 validation error for...
Since ScrapeGraphAI 1.14.0 (tested on 1.15.0), SmartScraperGraph on OpenAI died in the GenerateAnswer node with: pydantic.v1.error_wrappers.ValidationError: 1 validation error for Generation, text str type expected (type=type_error.str). Up