Skip to content

ModelRetryAdviceRequest

type ModelRetryAdviceRequest = object;
attempt: number;

The 1-based number of the failed attempt.


error: unknown;

The error thrown by the failed attempt.


request: ModelRequest;

The failed request that is being evaluated for replay.


stream: boolean;

Whether the failed request used streaming.