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

include/glean@error_ToolExecutionError.hrl

-record(tool_execution_error, {
tool_name :: binary(),
tool_call_id :: binary(),
reason :: binary()
}).