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

include/glean@provider_ToolSpec.hrl

-record(tool_spec, {
name :: binary(),
description :: binary(),
input_schema :: glean@schema:schema()
}).