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

include/glean@stream_ToolResultEvent.hrl

-record(tool_result_event, {
tool_call_id :: binary(),
tool_name :: binary(),
output :: binary()
}).