View Source Anthropic.Messages.Content.Citation.PageLocation (anthropic_community v0.5.0)

A citation to a page range within a PDF document.

Summary

Types

@type t() :: %Anthropic.Messages.Content.Citation.PageLocation{
  cited_text: String.t(),
  document_index: non_neg_integer(),
  document_title: String.t() | nil,
  end_page_number: pos_integer(),
  file_id: String.t() | nil,
  start_page_number: pos_integer()
}