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

include/glean@schema_ArraySchema.hrl

-record(array_schema, {
items :: glean@schema:schema(),
description :: gleam@option:option(binary())
}).