Class: ActiveHarness::Agent::BackendParams

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#modelObject

Returns the value of attribute model

Returns:

  • (Object)

    the current value of model



31
32
33
# File 'lib/active_harness/agent/ruby_llm_backend.rb', line 31

def model
  @model
end

#providerObject

Returns the value of attribute provider

Returns:

  • (Object)

    the current value of provider



31
32
33
# File 'lib/active_harness/agent/ruby_llm_backend.rb', line 31

def provider
  @provider
end

#temperatureObject

Returns the value of attribute temperature

Returns:

  • (Object)

    the current value of temperature



31
32
33
# File 'lib/active_harness/agent/ruby_llm_backend.rb', line 31

def temperature
  @temperature
end