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:



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

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

Instance Attribute Details

#contentUserContent (readonly)

Returns the value of attribute content.

Returns:



854
855
856
# File 'sig/types.rbs', line 854

def content
  @content
end

#nameString? (readonly)

Returns the value of attribute name.

Returns:

  • (String, nil)


855
856
857
# File 'sig/types.rbs', line 855

def name
  @name
end