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@streaming_MessageStart.hrl
-record(message_start, {
id :: binary(),
message_type :: binary(),
role :: anthropic@message:role(),
model :: binary(),
usage :: anthropic@request:usage()
}).