| 196 | |
| 197 | |
| 198 | class WorkerRes(BaseModel): |
| 199 | worker_run_state: WokerRunStatus |
| 200 | trace_id: str |
| 201 | messages: List[Message] |
| 202 | critic_results: List[CriticCategory] |
| 203 | traces: List[RetryInfo] |
nothing calls this directly
no outgoing calls
no test coverage detected