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@sse_SseEvent.hrl
-record(sse_event, {
event_type :: gleam@option:option(binary()),
data :: gleam@option:option(binary()),
id :: gleam@option:option(binary()),
retry :: gleam@option:option(integer())
}).