Class: Phaseo::Gen::ResponsesOutputItem
- Inherits:
-
Struct
- Object
- Struct
- Phaseo::Gen::ResponsesOutputItem
- Defined in:
- lib/gen/models.rb
Instance Attribute Summary collapse
- #arguments ⇒ String?
- #call_id ⇒ String?
- #content ⇒ Array<Hash{String => Object}>?
- #name ⇒ String?
- #role ⇒ String?
- #type ⇒ String?
Instance Attribute Details
#arguments ⇒ String?
1673 |
# File 'lib/gen/models.rb', line 1673 ResponsesOutputItem = Struct.new(:arguments, :call_id, :content, :name, :role, :type, keyword_init: true) |
#call_id ⇒ String?
1673 |
# File 'lib/gen/models.rb', line 1673 ResponsesOutputItem = Struct.new(:arguments, :call_id, :content, :name, :role, :type, keyword_init: true) |
#content ⇒ Array<Hash{String => Object}>?
1673 |
# File 'lib/gen/models.rb', line 1673 ResponsesOutputItem = Struct.new(:arguments, :call_id, :content, :name, :role, :type, keyword_init: true) |
#name ⇒ String?
1673 |
# File 'lib/gen/models.rb', line 1673 ResponsesOutputItem = Struct.new(:arguments, :call_id, :content, :name, :role, :type, keyword_init: true) |
#role ⇒ String?
1673 |
# File 'lib/gen/models.rb', line 1673 ResponsesOutputItem = Struct.new(:arguments, :call_id, :content, :name, :role, :type, keyword_init: true) |
#type ⇒ String?
1673 |
# File 'lib/gen/models.rb', line 1673 ResponsesOutputItem = Struct.new(:arguments, :call_id, :content, :name, :role, :type, keyword_init: true) |