Class: Copilot::AssistantImageData

Inherits:
Struct
  • Object
show all
Defined in:
lib/copilot/types.rb

Overview

Image data from an assistant image response.

Instance Attribute Summary collapse

Instance Attribute Details

#base64Object

Returns the value of attribute base64

Returns:

  • (Object)

    the current value of base64



323
324
325
# File 'lib/copilot/types.rb', line 323

def base64
  @base64
end

#formatObject

Returns the value of attribute format

Returns:

  • (Object)

    the current value of format



323
324
325
# File 'lib/copilot/types.rb', line 323

def format
  @format
end

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



323
324
325
# File 'lib/copilot/types.rb', line 323

def height
  @height
end

#revised_promptObject

Returns the value of attribute revised_prompt

Returns:

  • (Object)

    the current value of revised_prompt



323
324
325
# File 'lib/copilot/types.rb', line 323

def revised_prompt
  @revised_prompt
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



323
324
325
# File 'lib/copilot/types.rb', line 323

def url
  @url
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



323
324
325
# File 'lib/copilot/types.rb', line 323

def width
  @width
end