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

include/anthropic@types@streaming_MessageStart.hrl

-record(message_start, {
id :: binary(),
message_type :: binary(),
role :: anthropic@types@message:role(),
model :: binary(),
usage :: anthropic@types@request:usage()
}).