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

Method get_main_metric

src/analysis.py:199–200  ·  view source on GitHub ↗
(self, overall_result)

Source from the content-addressed store, hash-verified

197 return task_name.startswith("os") or task_name.startswith("operating")
198
199 def get_main_metric(self, overall_result):
200 return overall_result["custom"]["overall"]["acc"]
201
202 def get_order_priority(self):
203 return 1

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected