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)


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

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

Instance Attribute Details

#contentString (readonly)

Returns the value of attribute content.

Returns:

  • (String)


750
751
752
# File 'sig/types.rbs', line 750

def content
  @content
end

#item_typeString (readonly)

Returns the value of attribute item_type.

Returns:

  • (String)


749
750
751
# File 'sig/types.rbs', line 749

def item_type
  @item_type
end