Class: SkillBench::Services::RunnerService::EvaluationContext
- Inherits:
-
Struct
- Object
- Struct
- SkillBench::Services::RunnerService::EvaluationContext
- Defined in:
- lib/skill_bench/services/runner_service.rb
Overview
Context for evaluation and trend recording
Instance Attribute Summary collapse
-
#baseline_output ⇒ Object
Returns the value of attribute baseline_output.
-
#config ⇒ Object
Returns the value of attribute config.
-
#context_output ⇒ Object
Returns the value of attribute context_output.
-
#evaluation ⇒ Object
Returns the value of attribute evaluation.
-
#provider ⇒ Object
Returns the value of attribute provider.
-
#skill_context ⇒ Object
Returns the value of attribute skill_context.
Instance Attribute Details
#baseline_output ⇒ Object
Returns the value of attribute baseline_output
21 22 23 |
# File 'lib/skill_bench/services/runner_service.rb', line 21 def baseline_output @baseline_output end |
#config ⇒ Object
Returns the value of attribute config
21 22 23 |
# File 'lib/skill_bench/services/runner_service.rb', line 21 def config @config end |
#context_output ⇒ Object
Returns the value of attribute context_output
21 22 23 |
# File 'lib/skill_bench/services/runner_service.rb', line 21 def context_output @context_output end |
#evaluation ⇒ Object
Returns the value of attribute evaluation
21 22 23 |
# File 'lib/skill_bench/services/runner_service.rb', line 21 def evaluation @evaluation end |
#provider ⇒ Object
Returns the value of attribute provider
21 22 23 |
# File 'lib/skill_bench/services/runner_service.rb', line 21 def provider @provider end |
#skill_context ⇒ Object
Returns the value of attribute skill_context
21 22 23 |
# File 'lib/skill_bench/services/runner_service.rb', line 21 def skill_context @skill_context end |