MCPcopy
hub / github.com/algorithmicsuperintelligence/optillm / load_test_cases

Function load_test_cases

tests/test.py:65–67  ·  view source on GitHub ↗
(file_path: str)

Source from the content-addressed store, hash-verified

63}
64
65def load_test_cases(file_path: str) -> List[Dict]:
66 with open(file_path, 'r') as f:
67 return json.load(f)
68
69def run_approach(approach_name: str, system_prompt: str, query: str, client, model: str) -> Dict:
70 start_time = time.time()

Callers 1

mainFunction · 0.85

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected