Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/THUDM/AgentBench
/ TaskClientOutput
Class
TaskClientOutput
src/typings/output.py:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
35
36
class
TaskClientOutput(BaseModel):
37
error: Union[str, None] = None
38
info: Union[str, None] = None
39
output: Union[TaskOutput, None] = None
Callers
1
run_sample
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected