MCPcopy Create free account
hub / github.com/Dizzy-K/AutoPT / TaskResult

Class TaskResult

runner/task_runner.py:35–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34@dataclass(slots=True)
35class TaskResult:
36 status: str
37 runtime: float
38 benchmark_name: str
39 model_alias: str
40 ip_addr: str
41 details: dict[str, Any] = field(default_factory=dict)
42
43 def to_dict(self) -> dict[str, Any]:
44 return serialize_task_result(self)
45
46
47def build_task_request(

Callers 1

runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected