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

include/glean@schema_IntSchema.hrl

-record(int_schema, {
description :: gleam@option:option(binary()),
minimum :: gleam@option:option(integer()),
maximum :: gleam@option:option(integer())
}).