Class: Anthropic::Models::Beta::BetaCitationSearchResultLocation

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/anthropic/models/beta/beta_citation_search_result_location.rb,
sig/anthropic/models/beta/beta_citation_search_result_location.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

#initializeObject



32
# File 'sig/anthropic/models/beta/beta_citation_search_result_location.rbs', line 32

def initialize: (

Instance Attribute Details

#cited_textString

The full text of the cited block range, concatenated.

Always equals the contents of content[start_block_index:end_block_index] joined together. The text block is the minimal citable unit; this field is never a substring of a single block. Not counted toward output tokens, and not counted toward input tokens when sent back in subsequent turns.

Parameters:

  • value (String)

Returns:

  • (String)


16
# File 'lib/anthropic/models/beta/beta_citation_search_result_location.rb', line 16

required :cited_text, String

#end_block_indexInteger

Exclusive 0-based end index of the cited block range in the source's content array.

Always greater than start_block_index; a single-block citation has end_block_index = start_block_index + 1.

Parameters:

  • value (Integer)

Returns:

  • (Integer)


26
# File 'lib/anthropic/models/beta/beta_citation_search_result_location.rb', line 26

required :end_block_index, Integer

#search_result_indexInteger

0-based index of the cited search result among all search_result content blocks in the request, in the order they appear across messages and tool results.

Counted separately from document_index; server-side web search results are not included in this count.

Parameters:

  • value (Integer)

Returns:

  • (Integer)


37
# File 'lib/anthropic/models/beta/beta_citation_search_result_location.rb', line 37

required :search_result_index, Integer

#sourceString

Parameters:

  • value (String)

Returns:

  • (String)


42
# File 'lib/anthropic/models/beta/beta_citation_search_result_location.rb', line 42

required :source, String

#start_block_indexInteger

0-based index of the first cited block in the source's content array.

Parameters:

  • value (Integer)

Returns:

  • (Integer)


48
# File 'lib/anthropic/models/beta/beta_citation_search_result_location.rb', line 48

required :start_block_index, Integer

#titleString?

Parameters:

  • value (String, nil)

Returns:

  • (String, nil)


53
# File 'lib/anthropic/models/beta/beta_citation_search_result_location.rb', line 53

required :title, String, nil?: true

#typeSymbol, :search_result_location

Parameters:

  • value (:search_result_location)

Returns:

  • (Symbol, :search_result_location)


58
# File 'lib/anthropic/models/beta/beta_citation_search_result_location.rb', line 58

required :type, const: :search_result_location

Instance Method Details

#to_hash{

Returns:

  • ({)


42
# File 'sig/anthropic/models/beta/beta_citation_search_result_location.rbs', line 42

def to_hash: -> {