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

Function _normalize_tier_label

uncommon_route/stats.py:30–32  ·  view source on GitHub ↗
(tier: str)

Source from the content-addressed store, hash-verified

28
29
30def _normalize_tier_label(tier: str) -> str:
31 normalized = str(tier).strip().upper()
32 return "COMPLEX" if normalized == "REASONING" else normalized
33
34
35def _normalize_served_quality(value: str) -> str:

Callers 6

recordMethod · 0.70
record_feedbackMethod · 0.70
summaryMethod · 0.70
_loadMethod · 0.70
record_to_recent_dictFunction · 0.70
_record_payloadFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected