struct

Anthropic::CitationsDelta::LegacyCitationData

Inherits Struct < Value < Object

Legacy citation payload type preserved for backwards compatibility.

Constructors

new(start_char_index : Int32, end_char_index : Int32, document_title : String | Nil = nil, document_index : Int32 | Nil = nil, cited_text : String | Nil = nil)
Source

Instance methods

cited_text
Source
document_index
Source
document_title
Source
end_char_index
Source
start_char_index
Source