Class: Terret::LLM::Text
- Inherits:
-
Data
- Object
- Data
- Terret::LLM::Text
- Defined in:
- lib/terret/llm.rb
Overview
Provider-neutral vocabulary. Adapters translate these to wire formats.
Instance Attribute Summary collapse
-
#text ⇒ Object
readonly
Returns the value of attribute text.
Instance Attribute Details
#text ⇒ Object (readonly)
Returns the value of attribute text
6 7 8 |
# File 'lib/terret/llm.rb', line 6 def text @text end |