MCPcopy Create free account
hub / github.com/THUDM/AgentBench / match

Method match

src/analysis.py:145–146  ·  view source on GitHub ↗
(self, task_name)

Source from the content-addressed store, hash-verified

143
144class TaskHandler:
145 def match(self, task_name) -> bool:
146 raise NotImplementedError()
147
148 def get_main_metric(self, overall_result):
149 raise NotImplementedError()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected