MCPcopy Create free account
hub / github.com/IBM/AssetOpsBench / ScenarioResult

Class ScenarioResult

src/evaluation/models.py:84–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82
83
84class ScenarioResult(BaseModel):
85 scenario_id: str
86 scenario_type: str = ""
87 run_id: str = ""
88 runner: str
89 model: str
90 question: str
91 answer: str
92 score: ScorerResult
93 ops: OpsMetrics
94
95
96class AggregateOps(BaseModel):

Callers 4

_resultFunction · 0.90
_resultFunction · 0.90
_score_oneMethod · 0.85

Calls

no outgoing calls

Tested by 3

_resultFunction · 0.72
_resultFunction · 0.72