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

include/glean@testing@provider_ScriptedToolCall.hrl

-record(scripted_tool_call, {
id :: binary(),
name :: binary(),
arguments :: binary()
}).