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

include/anthropic@hooks_StreamEvent.hrl

-record(stream_event, {
event_type :: anthropic@hooks:stream_event_type(),
request_id :: binary(),
timestamp_ms :: integer()
}).