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

include/glean@testing@simulation_ExpectToolCalls.hrl

-record(expect_tool_calls, {
executions :: list(glean@testing@simulation:scripted_tool_execution()),
then_assert :: glean@testing@simulation:assert_fn()
}).