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

Method __init__

src/typings/exception.py:55–56  ·  view source on GitHub ↗
(self, detail: Union[str, None] = None)

Source from the content-addressed store, hash-verified

53
54class TaskTimeoutException(TaskClientException):
55 def __init__(self, detail: Union[str, None] = None) -> None:
56 super().__init__("task_timeout", detail)
57
58
59class TaskNetworkException(TaskClientException):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected