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

include/glean@testing@provider_ToolCallResponse.hrl

-record(tool_call_response, {
calls :: list(glean@testing@provider:scripted_tool_call())
}).