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

Method get_order_priority

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

Source from the content-addressed store, hash-verified

149 raise NotImplementedError()
150
151 def get_order_priority(self):
152 return 100000
153
154 @staticmethod
155 def get_handler(task_name) -> "TaskHandler":

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected