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

include/claude@types@content_PageLocationCitation.hrl

-record(page_location_citation, {
cited_text :: binary(),
document_index :: integer(),
start_page :: integer(),
end_page :: integer()
}).