Class: LiterLlm::SystemMessage
- Inherits:
-
Object
- Object
- LiterLlm::SystemMessage
- 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 ⇒ SystemMessage
constructor
A new instance of SystemMessage.
Constructor Details
#initialize ⇒ SystemMessage
Returns a new instance of SystemMessage.
16 |
# File 'sig/types.rbs', line 16
def initialize: (?content: UserContent, ?name: String) -> void
|
Instance Attribute Details
#content ⇒ UserContent?
Returns the value of attribute content.
13 14 15 |
# File 'sig/types.rbs', line 13 def content @content end |
#name ⇒ String?
Returns the value of attribute name.
14 15 16 |
# File 'sig/types.rbs', line 14 def name @name end |