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
321 322 323 |
# File 'lib/copilot/types.rb', line 321 def base64 @base64 end |
#format ⇒ Object
Returns the value of attribute format
321 322 323 |
# File 'lib/copilot/types.rb', line 321 def format @format end |
#height ⇒ Object
Returns the value of attribute height
321 322 323 |
# File 'lib/copilot/types.rb', line 321 def height @height end |
#revised_prompt ⇒ Object
Returns the value of attribute revised_prompt
321 322 323 |
# File 'lib/copilot/types.rb', line 321 def revised_prompt @revised_prompt end |
#url ⇒ Object
Returns the value of attribute url
321 322 323 |
# File 'lib/copilot/types.rb', line 321 def url @url end |
#width ⇒ Object
Returns the value of attribute width
321 322 323 |
# File 'lib/copilot/types.rb', line 321 def width @width end |