Class: LLM::EventStream::Parser::Visitor
- Inherits:
-
Struct
- Object
- Struct
- LLM::EventStream::Parser::Visitor
- Defined in:
- lib/llm/eventstream/parser.rb
Instance Attribute Summary collapse
-
#on_chunk ⇒ Object
Returns the value of attribute on_chunk.
-
#on_data ⇒ Object
Returns the value of attribute on_data.
-
#on_event ⇒ Object
Returns the value of attribute on_event.
-
#on_id ⇒ Object
Returns the value of attribute on_id.
-
#on_retry ⇒ Object
Returns the value of attribute on_retry.
-
#target ⇒ Object
Returns the value of attribute target.
Instance Attribute Details
#on_chunk ⇒ Object
Returns the value of attribute on_chunk
8 9 10 |
# File 'lib/llm/eventstream/parser.rb', line 8 def on_chunk @on_chunk end |
#on_data ⇒ Object
Returns the value of attribute on_data
8 9 10 |
# File 'lib/llm/eventstream/parser.rb', line 8 def on_data @on_data end |
#on_event ⇒ Object
Returns the value of attribute on_event
8 9 10 |
# File 'lib/llm/eventstream/parser.rb', line 8 def on_event @on_event end |
#on_id ⇒ Object
Returns the value of attribute on_id
8 9 10 |
# File 'lib/llm/eventstream/parser.rb', line 8 def on_id @on_id end |
#on_retry ⇒ Object
Returns the value of attribute on_retry
8 9 10 |
# File 'lib/llm/eventstream/parser.rb', line 8 def on_retry @on_retry end |
#target ⇒ Object
Returns the value of attribute target
8 9 10 |
# File 'lib/llm/eventstream/parser.rb', line 8 def target @target end |