MCPcopy Create free account
hub / github.com/ScrapeGraphAI/Scrapegraph-ai / DummyGraphNoAnswer

Class DummyGraphNoAnswer

tests/test_csv_scraper_multi_graph.py:23–28  ·  view source on GitHub ↗

Dummy graph that simulates absence of answer in final_state.

Source from the content-addressed store, hash-verified

21
22
23class DummyGraphNoAnswer:
24 """Dummy graph that simulates absence of answer in final_state."""
25
26 def execute(self, inputs):
27 # Returns an empty final_state
28 return ({}, {})
29
30
31class DummyBaseGraph:

Callers 1

test_run_no_answerFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_run_no_answerFunction · 0.68