Class: RailVerdict::Intelligence::AIProvider::Request
- Inherits:
-
Struct
- Object
- Struct
- RailVerdict::Intelligence::AIProvider::Request
- Defined in:
- lib/rail_verdict/intelligence/provider.rb
Instance Attribute Summary collapse
-
#manifest ⇒ Object
Returns the value of attribute manifest.
-
#model ⇒ Object
Returns the value of attribute model.
-
#prompt ⇒ Object
Returns the value of attribute prompt.
-
#timeouts ⇒ Object
Returns the value of attribute timeouts.
Instance Attribute Details
#manifest ⇒ Object
Returns the value of attribute manifest
6 7 8 |
# File 'lib/rail_verdict/intelligence/provider.rb', line 6 def manifest @manifest end |
#model ⇒ Object
Returns the value of attribute model
6 7 8 |
# File 'lib/rail_verdict/intelligence/provider.rb', line 6 def model @model end |
#prompt ⇒ Object
Returns the value of attribute prompt
6 7 8 |
# File 'lib/rail_verdict/intelligence/provider.rb', line 6 def prompt @prompt end |
#timeouts ⇒ Object
Returns the value of attribute timeouts
6 7 8 |
# File 'lib/rail_verdict/intelligence/provider.rb', line 6 def timeouts @timeouts end |