Class: ActiveHarness::Agent::BackendParams
- Inherits:
-
Struct
- Object
- Struct
- ActiveHarness::Agent::BackendParams
- Defined in:
- lib/active_harness/agent/ruby_llm_backend.rb
Overview
Passed to the ruby_llm_backend block for each model attempt.
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
31 32 33 |
# File 'lib/active_harness/agent/ruby_llm_backend.rb', line 31 def model @model end |
#provider ⇒ Object
Returns the value of attribute provider
31 32 33 |
# File 'lib/active_harness/agent/ruby_llm_backend.rb', line 31 def provider @provider end |
#temperature ⇒ Object
Returns the value of attribute temperature
31 32 33 |
# File 'lib/active_harness/agent/ruby_llm_backend.rb', line 31 def temperature @temperature end |