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

Class TaskOutput

src/typings/output.py:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9
10class TaskOutput(BaseModel):
11 index: Union[None, SampleIndex] = None
12 status: SampleStatus = SampleStatus.RUNNING
13 result: JSONSerializable = None
14 history: Union[None, List[ChatHistoryItem]] = None
15
16
17class TaskSampleExecutionResult(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected