Leaf Record With Retries
Leaf record that may carry retry history. The elapsedTime and consumption fields are the final attempt's values; the extension helpers below combine them with previousAttempts.
Inheritors
Properties
LLM consumption of the final attempt. See aggregatedConsumption for the all-attempts total.
Wall-clock elapsed time of the final attempt. See aggregatedElapsedTime for the all-attempts total.
Failed attempts preceding the final attempt, in execution order; empty if no retries occurred.
Functions
Final attempt + retry attempts. Returns NA only if every contributing value is NA.
Final attempt + retry attempts + retry wait delays.
Retry attempts only (excludes the final attempt). NA if all retries had NA consumption.
Retry-attempt elapsed + retry wait delays (excludes the final attempt).