ModelRetrySettings
이 콘텐츠는 아직 번역되지 않았습니다.
type ModelRetrySettings = object;Properties
Section titled “Properties”backoff?
Section titled “backoff?”optional backoff: ModelRetryBackoffSettings;Backoff configuration used when the retry policy requests a retry without returning an explicit delay.
maxRetries?
Section titled “maxRetries?”optional maxRetries: number;Number of retries allowed after the initial model request.
Retries remain opt-in; no retries occur unless policy returns true.
policy?
Section titled “policy?”optional policy: RetryPolicy;Runtime-only retry policy. This callback is not serialized into persisted run state.