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

include/claude@types@content_CharLocationCitation.hrl

-record(char_location_citation, {
cited_text :: binary(),
document_index :: integer(),
start_char_index :: integer(),
end_char_index :: integer()
}).