Class: OmniAI::CLI::ChatArgs
- Inherits:
-
Struct
- Object
- Struct
- OmniAI::CLI::ChatArgs
- Defined in:
- lib/omniai/cli.rb
Instance Attribute Summary collapse
-
#model ⇒ Object
Returns the value of attribute model.
-
#provider ⇒ Object
Returns the value of attribute provider.
-
#temperature ⇒ Object
Returns the value of attribute temperature.
Instance Attribute Details
#model ⇒ Object
Returns the value of attribute model
13 14 15 |
# File 'lib/omniai/cli.rb', line 13 def model @model end |
#provider ⇒ Object
Returns the value of attribute provider
13 14 15 |
# File 'lib/omniai/cli.rb', line 13 def provider @provider end |
#temperature ⇒ Object
Returns the value of attribute temperature
13 14 15 |
# File 'lib/omniai/cli.rb', line 13 def temperature @temperature end |