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

Function run

tests/test_json_plugin.py:35–36  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

33 def extract_schema_from_response_format(*args):
34 return None
35 def run(*args):
36 return "mocked response", 5
37
38
39class TestJSONPlugin(unittest.TestCase):

Calls

no outgoing calls

Tested by

no test coverage detected