Packages

Gleam SDK for the Anthropic Claude API with agentic tool-use loop and BEAM concurrency

Current section

Files

Jump to
claude_gleam include claude@types@content_ContentBlockLocationCitation.hrl
Raw

include/claude@types@content_ContentBlockLocationCitation.hrl

-record(content_block_location_citation, {
cited_text :: binary(),
document_index :: integer(),
start_block_index :: integer(),
end_block_index :: integer()
}).