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

include/glean@testing@simulation_AssertionError.hrl

-record(assertion_error, {
step :: integer(),
expected :: binary(),
got :: binary()
}).