Class: LLMed::LLM::Message::User

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

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



10
11
12
# File 'lib/llm.rb', line 10

def content
  @content
end