MCPcopy Create free account
hub / github.com/algorithmicsuperintelligence/optillm / __init__

Method __init__

tests/test_json_plugin.py:27–28  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

25 # Create mock classes for tests
26 class JSONGenerator:
27 def __init__(self, *args, **kwargs):
28 pass
29 def generate_json(self, *args, **kwargs):
30 return {"mocked": "result"}
31 def count_tokens(self, text):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected