Packages

A well-typed, idiomatic Gleam client for Anthropic's Claude API with streaming support and tool use

Current section

Files

Jump to
anthropic_gleam include anthropic@tools@builder_ToolBuilder.hrl
Raw

include/anthropic@tools@builder_ToolBuilder.hrl

-record(tool_builder, {
name :: binary(),
description :: gleam@option:option(binary()),
properties :: list({binary(), anthropic@tool:property_schema()}),
required :: list(binary())
}).