Class: RubynCode::LLM::Adapters::AnthropicStreaming::Event
- Inherits:
-
Data
- Object
- Data
- RubynCode::LLM::Adapters::AnthropicStreaming::Event
- Defined in:
- lib/rubyn_code/llm/adapters/anthropic_streaming.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Returns the value of attribute data.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#data ⇒ Object (readonly)
Returns the value of attribute data
19 20 21 |
# File 'lib/rubyn_code/llm/adapters/anthropic_streaming.rb', line 19 def data @data end |
#type ⇒ Object (readonly)
Returns the value of attribute type
19 20 21 |
# File 'lib/rubyn_code/llm/adapters/anthropic_streaming.rb', line 19 def type @type end |