Normalization and defaults for Prompt Runner recovery policy.
Summary
Types
@type t() :: map()
Functions
@spec default() :: t()
@spec repair_max_attempts(t()) :: non_neg_integer()
@spec resume_attempts(t()) :: non_neg_integer()
@spec retry_base_delay_ms(t()) :: non_neg_integer()
@spec retry_max_attempts(t(), String.t()) :: non_neg_integer()
@spec retry_max_delay_ms(t()) :: non_neg_integer()