Class: Phaseo::Gen::ResponsesInputItem
- Inherits:
-
Struct
- Object
- Struct
- Phaseo::Gen::ResponsesInputItem
- Defined in:
- lib/gen/models.rb
Instance Attribute Summary collapse
Instance Attribute Details
#content ⇒ String, ...
1639 |
# File 'lib/gen/models.rb', line 1639 ResponsesInputItem = Struct.new(:content, :role, :type, keyword_init: true) |
#role ⇒ String?
1639 |
# File 'lib/gen/models.rb', line 1639 ResponsesInputItem = Struct.new(:content, :role, :type, keyword_init: true) |
#type ⇒ String?
1639 |
# File 'lib/gen/models.rb', line 1639 ResponsesInputItem = Struct.new(:content, :role, :type, keyword_init: true) |