Packages
A well-typed, idiomatic Gleam client for Anthropic's Claude API with streaming support and tool use
Current section
Files
Jump to
Current section
Files
include/anthropic@retry_RetryConfig.hrl
-record(retry_config, {
max_retries :: integer(),
base_delay_ms :: integer(),
max_delay_ms :: integer(),
jitter_factor :: float(),
backoff_multiplier :: float()
}).