Packages

A well-typed, idiomatic Gleam client for Anthropic's Claude API with streaming support and tool use

Current section

Files

Jump to
anthropic_gleam include anthropic@retry_RetryResult.hrl
Raw

include/anthropic@retry_RetryResult.hrl

-record(retry_result, {
result :: {ok, any()} | {error, anthropic@types@error:anthropic_error()},
attempts :: integer(),
total_delay_ms :: integer()
}).