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

include/glean@schema_ObjectSchema.hrl

-record(object_schema, {
properties :: gleam@dict:dict(binary(), glean@schema:schema()),
required :: list(binary()),
description :: gleam@option:option(binary())
}).