Packages

Gleam SDK for the Anthropic Claude API with agentic tool-use loop and BEAM concurrency

Current section

Files

Jump to
claude_gleam include claude@agent_MaxIterationsReached.hrl
Raw

include/claude@agent_MaxIterationsReached.hrl

-record(max_iterations_reached, {
messages :: list(claude@types@message:message_param()),
iterations :: integer()
}).