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

A citation to a character range within a plain-text document.

Summary

Types

@type t() :: %Anthropic.Messages.Content.Citation.CharLocation{
  cited_text: String.t(),
  document_index: non_neg_integer(),
  document_title: String.t() | nil,
  end_char_index: non_neg_integer(),
  file_id: String.t() | nil,
  start_char_index: non_neg_integer()
}