Class: Dickless::ChatMessage
- Inherits:
-
Struct
- Object
- Struct
- Dickless::ChatMessage
- Defined in:
- lib/dickless/types.rb
Overview
—– AI Gateway —–
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#role ⇒ Object
Returns the value of attribute role.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
64 65 66 |
# File 'lib/dickless/types.rb', line 64 def content @content end |
#role ⇒ Object
Returns the value of attribute role
64 65 66 |
# File 'lib/dickless/types.rb', line 64 def role @role end |