MCPcopy Index your code
hub / github.com/ScrapeGraphAI/Scrapegraph-ai / DummyLLM

Class DummyLLM

tests/test_generate_answer_node.py:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18
19class DummyLLM:
20 def __call__(self, *args, **kwargs):
21 return "dummy response"
22
23
24class DummyLogger:

Callers 1

dummy_nodeFunction · 0.70

Calls

no outgoing calls

Tested by 1

dummy_nodeFunction · 0.56