MCPcopy Index your code
hub / github.com/IBM/AssetOpsBench / AggregateOps

Class AggregateOps

src/evaluation/models.py:96–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94
95
96class AggregateOps(BaseModel):
97 tokens_in_total: int = 0
98 tokens_out_total: int = 0
99 duration_ms_p50: float | None = None
100 duration_ms_p95: float | None = None
101 tool_calls_total: int = 0
102 est_cost_usd_total: float | None = None
103
104
105class TypeBreakdown(BaseModel):

Callers 1

aggregate_opsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected