Module: Anthropic::Models::CitationsDelta::Citation::Type
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/anthropic/models/citations_delta.rb,
sig/anthropic/models/citations_delta.rbs
Constant Summary collapse
- CHAR_LOCATION =
:char_location- PAGE_LOCATION =
:page_location- CONTENT_BLOCK_LOCATION =
:content_block_location- WEB_SEARCH_RESULT_LOCATION =
:web_search_result_location- SEARCH_RESULT_LOCATION =
:search_result_location
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Instance Method Details
#self?.values ⇒ ::Array[Anthropic::Models::CitationsDelta::Citation::type_]
50 |
# File 'sig/anthropic/models/citations_delta.rbs', line 50
def self?.values: -> ::Array[Anthropic::Models::CitationsDelta::Citation::type_]
|