Packages
claude_gleam
1.0.0
Gleam SDK for the Anthropic Claude API with agentic tool-use loop and BEAM concurrency
Current section
Files
Jump to
Current section
Files
include/claude@types@content_PageLocationCitation.hrl
-record(page_location_citation, {
cited_text :: binary(),
document_index :: integer(),
start_page :: integer(),
end_page :: integer()
}).