ExLLM.Infrastructure.Retry.RetryPolicy (ex_llm v0.8.1)
View SourceDefines a retry policy for a specific provider or operation.
Summary
Types
@type t() :: %ExLLM.Infrastructure.Retry.RetryPolicy{ base_delay: non_neg_integer(), circuit_breaker: map() | nil, jitter: boolean(), max_attempts: non_neg_integer(), max_delay: non_neg_integer(), multiplier: number(), retry_on: (term() -> boolean()) | nil }