Class: Assistant::TechnicalSupport::CaseReplay::Assessment
- Inherits:
-
Data
- Object
- Data
- Assistant::TechnicalSupport::CaseReplay::Assessment
- Defined in:
- app/services/assistant/technical_support/case_replay/assessment.rb
Instance Attribute Summary collapse
-
#article_gap ⇒ Object
readonly
Returns the value of attribute article_gap.
-
#benchmark_evidence_ids ⇒ Object
readonly
Returns the value of attribute benchmark_evidence_ids.
-
#benchmark_grounded ⇒ Object
readonly
Returns the value of attribute benchmark_grounded.
-
#grounded ⇒ Object
readonly
Returns the value of attribute grounded.
-
#missing_facts ⇒ Object
readonly
Returns the value of attribute missing_facts.
-
#notes ⇒ Object
readonly
Returns the value of attribute notes.
-
#safe ⇒ Object
readonly
Returns the value of attribute safe.
-
#same_outcome ⇒ Object
readonly
Returns the value of attribute same_outcome.
-
#unsupported_claims ⇒ Object
readonly
Returns the value of attribute unsupported_claims.
Instance Method Summary collapse
-
#initialize(benchmark_grounded: false, benchmark_evidence_ids: [], same_outcome: false, grounded: false, safe: false, missing_facts: [], unsupported_claims: [], article_gap: nil, notes: nil) ⇒ Assessment
constructor
A new instance of Assessment.
Constructor Details
#initialize(benchmark_grounded: false, benchmark_evidence_ids: [], same_outcome: false, grounded: false, safe: false, missing_facts: [], unsupported_claims: [], article_gap: nil, notes: nil) ⇒ Assessment
Returns a new instance of Assessment.
15 16 17 18 19 20 21 |
# File 'app/services/assistant/technical_support/case_replay/assessment.rb', line 15 def initialize( benchmark_grounded: false, benchmark_evidence_ids: [], same_outcome: false, grounded: false, safe: false, missing_facts: [], unsupported_claims: [], article_gap: nil, notes: nil ) super end |
Instance Attribute Details
#article_gap ⇒ Object (readonly)
Returns the value of attribute article_gap
4 5 6 |
# File 'app/services/assistant/technical_support/case_replay/assessment.rb', line 4 def article_gap @article_gap end |
#benchmark_evidence_ids ⇒ Object (readonly)
Returns the value of attribute benchmark_evidence_ids
4 5 6 |
# File 'app/services/assistant/technical_support/case_replay/assessment.rb', line 4 def benchmark_evidence_ids @benchmark_evidence_ids end |
#benchmark_grounded ⇒ Object (readonly)
Returns the value of attribute benchmark_grounded
4 5 6 |
# File 'app/services/assistant/technical_support/case_replay/assessment.rb', line 4 def benchmark_grounded @benchmark_grounded end |
#grounded ⇒ Object (readonly)
Returns the value of attribute grounded
4 5 6 |
# File 'app/services/assistant/technical_support/case_replay/assessment.rb', line 4 def grounded @grounded end |
#missing_facts ⇒ Object (readonly)
Returns the value of attribute missing_facts
4 5 6 |
# File 'app/services/assistant/technical_support/case_replay/assessment.rb', line 4 def missing_facts @missing_facts end |
#notes ⇒ Object (readonly)
Returns the value of attribute notes
4 5 6 |
# File 'app/services/assistant/technical_support/case_replay/assessment.rb', line 4 def notes @notes end |
#safe ⇒ Object (readonly)
Returns the value of attribute safe
4 5 6 |
# File 'app/services/assistant/technical_support/case_replay/assessment.rb', line 4 def safe @safe end |
#same_outcome ⇒ Object (readonly)
Returns the value of attribute same_outcome
4 5 6 |
# File 'app/services/assistant/technical_support/case_replay/assessment.rb', line 4 def same_outcome @same_outcome end |
#unsupported_claims ⇒ Object (readonly)
Returns the value of attribute unsupported_claims
4 5 6 |
# File 'app/services/assistant/technical_support/case_replay/assessment.rb', line 4 def unsupported_claims @unsupported_claims end |