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

include/glean@provider_JsonFormat.hrl

-record(json_format, {
schema :: gleam@option:option(glean@schema:schema()),
name :: gleam@option:option(binary())
}).