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

include/glean@error_ToolInputValidationError.hrl

-record(tool_input_validation_error, {
tool_name :: binary(),
tool_call_id :: binary(),
errors :: list(glean@error:validation_error())
}).