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

include/glean@message_AssistantToolCall.hrl

-record(assistant_tool_call, {
tool_call_id :: binary(),
tool_name :: binary(),
arguments_json :: binary()
}).