Class: RubynCode::LLM::Adapters::OpenAIStreaming::Event
- Inherits:
-
Data
- Object
- Data
- RubynCode::LLM::Adapters::OpenAIStreaming::Event
- Defined in:
- lib/rubyn_code/llm/adapters/openai_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
15 16 17 |
# File 'lib/rubyn_code/llm/adapters/openai_streaming.rb', line 15 def data @data end |
#type ⇒ Object (readonly)
Returns the value of attribute type
15 16 17 |
# File 'lib/rubyn_code/llm/adapters/openai_streaming.rb', line 15 def type @type end |