Class: Terret::LLM::Text

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

Overview

Provider-neutral vocabulary. Adapters translate these to wire formats.

Instance Attribute Summary collapse

Instance Attribute Details

#textObject (readonly)

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



6
7
8
# File 'lib/terret/llm.rb', line 6

def text
  @text
end