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_SimulationExceededMaxSteps.hrl
Raw

include/glean@testing@simulation_SimulationExceededMaxSteps.hrl

-record(simulation_exceeded_max_steps, {
name :: binary(),
max_steps :: integer(),
state :: glean@testing@simulation:simulation_state()
}).