Class: Copilot::AssistantImageData
- Inherits:
-
Struct
- Object
- Struct
- Copilot::AssistantImageData
- Defined in:
- lib/copilot/types.rb
Overview
Image data from an assistant image response.
Instance Attribute Summary collapse
-
#base64 ⇒ Object
Returns the value of attribute base64.
-
#format ⇒ Object
Returns the value of attribute format.
-
#height ⇒ Object
Returns the value of attribute height.
-
#revised_prompt ⇒ Object
Returns the value of attribute revised_prompt.
-
#url ⇒ Object
Returns the value of attribute url.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#base64 ⇒ Object
Returns the value of attribute base64
323 324 325 |
# File 'lib/copilot/types.rb', line 323 def base64 @base64 end |
#format ⇒ Object
Returns the value of attribute format
323 324 325 |
# File 'lib/copilot/types.rb', line 323 def format @format end |
#height ⇒ Object
Returns the value of attribute height
323 324 325 |
# File 'lib/copilot/types.rb', line 323 def height @height end |
#revised_prompt ⇒ Object
Returns the value of attribute revised_prompt
323 324 325 |
# File 'lib/copilot/types.rb', line 323 def revised_prompt @revised_prompt end |
#url ⇒ Object
Returns the value of attribute url
323 324 325 |
# File 'lib/copilot/types.rb', line 323 def url @url end |
#width ⇒ Object
Returns the value of attribute width
323 324 325 |
# File 'lib/copilot/types.rb', line 323 def width @width end |