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@hooks_RetryEvent.hrl
Raw

include/anthropic@hooks_RetryEvent.hrl

-record(retry_event, {
endpoint :: binary(),
attempt :: integer(),
max_attempts :: integer(),
delay_ms :: integer(),
error :: anthropic@types@error:anthropic_error(),
request_id :: binary()
}).