Class: LiterLlm::ResponseOutputItem
- Inherits:
-
Object
- Object
- LiterLlm::ResponseOutputItem
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#content ⇒ json_value?
Returns the value of attribute content.
-
#item_type ⇒ String?
Returns the value of attribute item_type.
Instance Method Summary collapse
-
#initialize ⇒ ResponseOutputItem
constructor
A new instance of ResponseOutputItem.
Constructor Details
#initialize ⇒ ResponseOutputItem
Returns a new instance of ResponseOutputItem.
659 |
# File 'sig/types.rbs', line 659
def initialize: (?item_type: String, ?content: json_value) -> void
|
Instance Attribute Details
#content ⇒ json_value?
Returns the value of attribute content.
657 658 659 |
# File 'sig/types.rbs', line 657 def content @content end |
#item_type ⇒ String?
Returns the value of attribute item_type.
656 657 658 |
# File 'sig/types.rbs', line 656 def item_type @item_type end |