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

Class RetryInfo

llms/schema.py:190–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188
189
190class RetryInfo(BaseModel):
191 timestamp: datetime
192 task_id: str
193 module_type: str
194 history_messages: List[Message]
195 debug_info: DebugInfo
196
197
198class WorkerRes(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected