Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
def
_task_name(file):
70
return
"acp_"
+ os.path.basename(file).split(
"_acp_"
)[1].replace(
".jsonl"
,
""
)
71
72
def
get_subtasks(task):
73
if
task ==
"acp_gen"
:
Callers
1
evaluate_gen.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected