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