Update screenshot_scraper_graph.py
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
Marco Vinciguerra 2024-08-19 14:35:13 +02:00
parent f774fe40e5
commit fee77d1fe6

View File

@ -48,8 +48,8 @@ class ScreenshotScraperGraph(AbstractGraph):
}
)
generate_answer_from_image_node = GenerateAnswerFromImageNode(
input="imgs",
output=["screenshots"],
input="screenshots",
output=["answer"],
node_config={
"config": self.config
}