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_ResponseSummary.hrl
Raw

include/anthropic@hooks_ResponseSummary.hrl

-record(response_summary, {
id :: binary(),
model :: binary(),
stop_reason :: gleam@option:option(binary()),
input_tokens :: integer(),
output_tokens :: integer(),
content_block_count :: integer()
}).