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

Class TaskTimeoutException

src/typings/exception.py:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
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

no outgoing calls

Tested by

no test coverage detected