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:250–251 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
248
return
overall_result[
"custom"
][
"step_sr"
] / 100
249
250
def
get_order_priority(self):
251
return
8
252
253
254
class
WS(TaskHandler):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected