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

Method get_main_metric

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

Source from the content-addressed store, hash-verified

146 raise NotImplementedError()
147
148 def get_main_metric(self, overall_result):
149 raise NotImplementedError()
150
151 def get_order_priority(self):
152 return 100000

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected