Class: LiterLlm::UserMessage
- Inherits:
-
Object
- Object
- LiterLlm::UserMessage
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#content ⇒ UserContent?
Returns the value of attribute content.
-
#name ⇒ String?
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize ⇒ UserMessage
constructor
A new instance of UserMessage.
Constructor Details
#initialize ⇒ UserMessage
Returns a new instance of UserMessage.
23 |
# File 'sig/types.rbs', line 23
def initialize: (?content: UserContent, ?name: String) -> void
|
Instance Attribute Details
#content ⇒ UserContent?
Returns the value of attribute content.
20 21 22 |
# File 'sig/types.rbs', line 20 def content @content end |
#name ⇒ String?
Returns the value of attribute name.
21 22 23 |
# File 'sig/types.rbs', line 21 def name @name end |