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

Function _normalize_tier

uncommon_route/feedback.py:31–33  ·  view source on GitHub ↗
(tier: str)

Source from the content-addressed store, hash-verified

29
30
31def _normalize_tier(tier: str) -> str:
32 normalized = str(tier).strip().upper()
33 return "COMPLEX" if normalized == "REASONING" else normalized
34
35
36@dataclass

Callers 4

captureMethod · 0.85
rebind_requestMethod · 0.85
_load_bufferMethod · 0.85
_adjust_tierFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected