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: (json_value)


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

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

Instance Attribute Details

#contentjson_value?

Returns the value of attribute content.

Returns:

  • (json_value, nil)


656
657
658
# File 'sig/types.rbs', line 656

def content
  @content
end

#item_typeString?

Returns the value of attribute item_type.

Returns:

  • (String, nil)


655
656
657
# File 'sig/types.rbs', line 655

def item_type
  @item_type
end