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
327 328 329 |
# File 'lib/copilot/types.rb', line 327 def @attachments end |
#image_options ⇒ Object
Returns the value of attribute image_options
327 328 329 |
# File 'lib/copilot/types.rb', line 327 def @image_options end |
#mode ⇒ Object
Returns the value of attribute mode
327 328 329 |
# File 'lib/copilot/types.rb', line 327 def mode @mode end |
#prompt ⇒ Object
Returns the value of attribute prompt
327 328 329 |
# File 'lib/copilot/types.rb', line 327 def prompt @prompt end |
#request_headers ⇒ Object
Returns the value of attribute request_headers
327 328 329 |
# File 'lib/copilot/types.rb', line 327 def request_headers @request_headers end |
#response_format ⇒ Object
Returns the value of attribute response_format
327 328 329 |
# File 'lib/copilot/types.rb', line 327 def response_format @response_format end |