Packages
A well-typed, idiomatic Gleam client for Anthropic's Claude API with streaming support and tool use
Current section
Files
Jump to
Current section
Files
include/anthropic@tools@builder_ToolBuilder.hrl
-record(tool_builder, {
name :: binary(),
description :: gleam@option:option(binary()),
properties :: list({binary(), anthropic@types@tool:property_schema()}),
required :: list(binary())
}).