Class: RubynCode::LLM::Adapters::AnthropicStreaming::Event

Inherits:
Data
  • Object
show all
Defined in:
lib/rubyn_code/llm/adapters/anthropic_streaming.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject (readonly)

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



19
20
21
# File 'lib/rubyn_code/llm/adapters/anthropic_streaming.rb', line 19

def data
  @data
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



19
20
21
# File 'lib/rubyn_code/llm/adapters/anthropic_streaming.rb', line 19

def type
  @type
end