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

include/glean@tool_ToolContext.hrl

-record(tool_context, {
deps :: any(),
tool_call_id :: binary(),
tool_name :: binary(),
retry :: integer(),
max_retries :: integer(),
step :: integer()
}).