Class: Copilot::MessageOptions
- Inherits:
-
Struct
- Object
- Struct
- Copilot::MessageOptions
- Defined in:
- lib/copilot/types.rb
Overview
Options for sending a message.
Instance Attribute Summary collapse
-
#attachments ⇒ Object
Returns the value of attribute attachments.
-
#image_options ⇒ Object
Returns the value of attribute image_options.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#prompt ⇒ Object
Returns the value of attribute prompt.
-
#request_headers ⇒ Object
Returns the value of attribute request_headers.
-
#response_format ⇒ Object
Returns the value of attribute response_format.
Instance Attribute Details
#attachments ⇒ Object
Returns the value of attribute attachments
329 330 331 |
# File 'lib/copilot/types.rb', line 329 def @attachments end |
#image_options ⇒ Object
Returns the value of attribute image_options
329 330 331 |
# File 'lib/copilot/types.rb', line 329 def @image_options end |
#mode ⇒ Object
Returns the value of attribute mode
329 330 331 |
# File 'lib/copilot/types.rb', line 329 def mode @mode end |
#prompt ⇒ Object
Returns the value of attribute prompt
329 330 331 |
# File 'lib/copilot/types.rb', line 329 def prompt @prompt end |
#request_headers ⇒ Object
Returns the value of attribute request_headers
329 330 331 |
# File 'lib/copilot/types.rb', line 329 def request_headers @request_headers end |
#response_format ⇒ Object
Returns the value of attribute response_format
329 330 331 |
# File 'lib/copilot/types.rb', line 329 def response_format @response_format end |