Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/THUDM/AgentBench
/ get_order_priority
Method
get_order_priority
src/analysis.py:214–215 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
212
return
overall_result[
"custom"
][
"overall_cat_accuracy"
]
213
214
def
get_order_priority(self):
215
return
2
216
217
218
class
KG(TaskHandler):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected