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

Method get_order_priority

src/analysis.py:178–179  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

176 return {"win_rate(legacy)": overall_result["custom"]["win_rate"]}
177
178 def get_order_priority(self):
179 return 4
180
181
182class HH(TaskHandler):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected