Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
class
TestJSONPlugin(unittest.TestCase):
Callers
3
test_run_function_with_schema
Method · 0.90
test_run_function_without_schema
Method · 0.90
test_error_handling
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected