MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / TierSummary

Class TierSummary

uncommon_route/stats.py:116–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114
115@dataclass
116class TierSummary:
117 count: int = 0
118 avg_confidence: float = 0.0
119 avg_savings: float = 0.0
120 total_cost: float = 0.0
121
122
123@dataclass

Callers 1

summaryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected