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

include/glean@schema_OneOfSchema.hrl

-record(one_of_schema, {
variants :: list(glean@schema:schema()),
description :: gleam@option:option(binary())
}).