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

Method __init__

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

Source from the content-addressed store, hash-verified

48
49class AgentNetworkException(AgentClientException):
50 def __init__(self, detail: Union[str, None] = None) -> None:
51 super().__init__("agent_network", detail)
52
53
54class TaskTimeoutException(TaskClientException):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected