RetryReport
Collects retry-exhausted failures during an eval pass.
Attributes
attributefailureslist[RetryFailure]= field(default_factory=list)Functions
funcrecord(self, context, exc, attempts) -> NoneparamselfparamcontextstrparamexcBaseExceptionparamattemptsintReturns
Nonefuncas_dict(self) -> dict[str, Any]paramselfReturns
dict[str, typing.Any]func_by_type(self) -> dict[str, int]paramselfReturns
dict[str, int]func__init__(self, failures=list()) -> Noneparamselfparamfailureslist[RetryFailure]= list()Returns
None