Class: LiterLlm::ResponseOutputItem

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeResponseOutputItem

Returns a new instance of ResponseOutputItem.

Parameters:

  • item_type: (String)
  • content: (String)


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

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

Instance Attribute Details

#contentString (readonly)

Returns the value of attribute content.

Returns:

  • (String)


668
669
670
# File 'sig/types.rbs', line 668

def content
  @content
end

#item_typeString (readonly)

Returns the value of attribute item_type.

Returns:

  • (String)


667
668
669
# File 'sig/types.rbs', line 667

def item_type
  @item_type
end