Packages

A Gleam framework for building AI agents — type-safe, multi-provider, with tool calling, streaming, and simulation testing

Current section

Files

Jump to
glean include glean@error_ProviderError.hrl
Raw

include/glean@error_ProviderError.hrl

-record(provider_error, {
provider :: binary(),
model :: binary(),
status :: integer(),
message :: binary()
}).