Class: Terret::LLM::TextDelta

Inherits:
Data
  • Object
show all
Defined in:
lib/terret/llm.rb

Overview

Stream events yielded by adapters.

Instance Attribute Summary collapse

Instance Attribute Details

#textObject (readonly)

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



17
18
19
# File 'lib/terret/llm.rb', line 17

def text
  @text
end