Module: Anthropic::Models::RawContentBlockDelta::Type

Extended by:
Internal::Type::Enum
Defined in:
lib/anthropic/models/raw_content_block_delta.rb,
sig/anthropic/models/raw_content_block_delta.rbs

Constant Summary collapse

TEXT_DELTA =

Returns:

  • (:text_delta)
:text_delta
INPUT_JSON_DELTA =

Returns:

  • (:input_json_delta)
:input_json_delta
CITATIONS_DELTA =

Returns:

  • (:citations_delta)
:citations_delta
THINKING_DELTA =

Returns:

  • (:thinking_delta)
:thinking_delta
SIGNATURE_DELTA =

Returns:

  • (:signature_delta)
:signature_delta

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::RawContentBlockDelta::type_]

Returns:

  • (::Array[Anthropic::Models::RawContentBlockDelta::type_])


29
# File 'sig/anthropic/models/raw_content_block_delta.rbs', line 29

def self?.values: -> ::Array[Anthropic::Models::RawContentBlockDelta::type_]