ModelRetryAdviceRequest
이 콘텐츠는 아직 번역되지 않았습니다.
type ModelRetryAdviceRequest = object;Properties
Section titled “Properties”attempt
Section titled “attempt”attempt: number;The 1-based number of the failed attempt.
error: unknown;The error thrown by the failed attempt.
request
Section titled “request”request: ModelRequest;The failed request that is being evaluated for replay.
stream
Section titled “stream”stream: boolean;Whether the failed request used streaming.