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

Class DummySchema

tests/test_generate_answer_node.py:242–246  ·  view source on GitHub ↗

A dummy schema class with a model_json_schema method.

Source from the content-addressed store, hash-verified

240
241
242class DummySchema:
243 """A dummy schema class with a model_json_schema method."""
244
245 def model_json_schema(self):
246 return "dummy_schema_json"
247
248
249def test_init_chat_ollama_format():

Callers 1

Calls

no outgoing calls

Tested by 1