MCPcopy Create free account
hub / github.com/Mercury7353/PyBench / WorkerRes

Class WorkerRes

llms/schema.py:198–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196
197
198class WorkerRes(BaseModel):
199 worker_run_state: WokerRunStatus
200 trace_id: str
201 messages: List[Message]
202 critic_results: List[CriticCategory]
203 traces: List[RetryInfo]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected