Class: LiterLlm::SystemMessage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeSystemMessage

Returns a new instance of SystemMessage.

Parameters:



16
# File 'sig/types.rbs', line 16

def initialize: (?content: UserContent, ?name: String) -> void

Instance Attribute Details

#contentUserContent?

Returns the value of attribute content.

Returns:



13
14
15
# File 'sig/types.rbs', line 13

def content
  @content
end

#nameString?

Returns the value of attribute name.

Returns:

  • (String, nil)


14
15
16
# File 'sig/types.rbs', line 14

def name
  @name
end