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:262–263 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
260
return
overall_result[
"custom"
][
"reward"
]
261
262
def
get_order_priority(self):
263
return
7
264
265
266
def
parse_timestamp(time_str: str) -> float:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected