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

include/anthropic@streaming@sse_SseParserState.hrl

-record(sse_parser_state, {
current_event_type :: gleam@option:option(binary()),
current_data :: list(binary()),
current_id :: gleam@option:option(binary()),
current_retry :: gleam@option:option(integer()),
buffer :: binary()
}).