Class: Anthropic::Models::Beta::BetaRawMessageDeltaEvent::Delta

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

Overview

See Also:

  • Anthropic::Models::Beta::BetaRawMessageDeltaEvent#delta

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

#initializevoid



54
# File 'sig/anthropic/models/beta/beta_raw_message_delta_event.rbs', line 54

def initialize: (

Instance Attribute Details

#containerAnthropic::Models::Beta::BetaContainer?

Information about the container used in the request (for the code execution tool)

Parameters:

  • value (Anthropic::Beta::BetaContainer, nil)

Returns:



62
# File 'lib/anthropic/models/beta/beta_raw_message_delta_event.rb', line 62

required :container, -> { Anthropic::Beta::BetaContainer }, nil?: true

#stop_detailsAnthropic::Models::Beta::BetaRefusalStopDetails?

Structured information about a refusal.

Parameters:

  • value (Anthropic::Beta::BetaRefusalStopDetails, nil)

Returns:



68
# File 'lib/anthropic/models/beta/beta_raw_message_delta_event.rb', line 68

required :stop_details, -> { Anthropic::Beta::BetaRefusalStopDetails }, nil?: true

#stop_reasonSymbol, ...

Parameters:

  • value (Anthropic::Models::Beta::beta_stop_reason, nil)

Returns:



73
# File 'lib/anthropic/models/beta/beta_raw_message_delta_event.rb', line 73

required :stop_reason, enum: -> { Anthropic::Beta::BetaStopReason }, nil?: true

#stop_sequenceString?

Parameters:

  • value (String, nil)

Returns:

  • (String, nil)


78
# File 'lib/anthropic/models/beta/beta_raw_message_delta_event.rb', line 78

required :stop_sequence, String, nil?: true

Instance Method Details

#to_hash{

Returns:

  • ({)


61
# File 'sig/anthropic/models/beta/beta_raw_message_delta_event.rbs', line 61

def to_hash: -> {