MCPcopy Create free account
hub / github.com/IBM/ACPBench / _task_name

Function _task_name

src/evaluate_gen.py:69–70  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

67 return parser.parse(resp)
68
69def _task_name(file):
70 return "acp_" + os.path.basename(file).split("_acp_")[1].replace(".jsonl","")
71
72def get_subtasks(task):
73 if task == "acp_gen":

Callers 1

evaluate_gen.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected