Class: Phaseo::Gen::ChatImageOutputPart
- Inherits:
-
Struct
- Object
- Struct
- Phaseo::Gen::ChatImageOutputPart
- Defined in:
- lib/gen/models.rb
Instance Attribute Summary collapse
Instance Attribute Details
#image_url ⇒ Hash{String => Object}
760 |
# File 'lib/gen/models.rb', line 760 ChatImageOutputPart = Struct.new(:image_url, :mime_type, :type, keyword_init: true) |
#mime_type ⇒ String?
760 |
# File 'lib/gen/models.rb', line 760 ChatImageOutputPart = Struct.new(:image_url, :mime_type, :type, keyword_init: true) |
#type ⇒ String
760 |
# File 'lib/gen/models.rb', line 760 ChatImageOutputPart = Struct.new(:image_url, :mime_type, :type, keyword_init: true) |