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

Method get_main_metric

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

Source from the content-addressed store, hash-verified

233 return task_name.startswith("ltp") or task_name.startswith("literal")
234
235 def get_main_metric(self, overall_result):
236 return overall_result["custom"]["main"]
237
238 def get_order_priority(self):
239 return 5

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected