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

include/glean@run_StepResult.hrl

-record(step_result, {
step :: integer(),
content :: list(glean@provider:generated_content()),
finish_reason :: glean@error:finish_reason(),
usage :: glean@stream:usage()
}).