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@tool_InputSchema.hrl
Raw

include/anthropic@tool_InputSchema.hrl

-record(input_schema, {
schema_type :: binary(),
properties :: gleam@option:option(list({binary(),
anthropic@tool:property_schema()})),
required :: gleam@option:option(list(binary()))
}).