Class: LLMed::LLM::Message::User
- Inherits:
-
Struct
- Object
- Struct
- LLMed::LLM::Message::User
- Defined in:
- lib/llm.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
10 11 12 |
# File 'lib/llm.rb', line 10 def content @content end |