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



321
322
323
# File 'lib/copilot/types.rb', line 321

def base64
  @base64
end

#formatObject

Returns the value of attribute format

Returns:

  • (Object)

    the current value of format



321
322
323
# File 'lib/copilot/types.rb', line 321

def format
  @format
end

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



321
322
323
# File 'lib/copilot/types.rb', line 321

def height
  @height
end

#revised_promptObject

Returns the value of attribute revised_prompt

Returns:

  • (Object)

    the current value of revised_prompt



321
322
323
# File 'lib/copilot/types.rb', line 321

def revised_prompt
  @revised_prompt
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



321
322
323
# File 'lib/copilot/types.rb', line 321

def url
  @url
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



321
322
323
# File 'lib/copilot/types.rb', line 321

def width
  @width
end