MCPcopy 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
36class TaskClientOutput(BaseModel):
37 error: Union[str, None] = None
38 info: Union[str, None] = None
39 output: Union[TaskOutput, None] = None

Callers 1

run_sampleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected