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

Class TaskNetworkException

src/typings/exception.py:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58
59class TaskNetworkException(TaskClientException):
60 def __init__(self, detail: Union[str, None] = None) -> None:
61 super().__init__("task_network", detail)

Callers 1

calculate_overallMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected