Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
def
_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
capture
Method · 0.85
rebind_request
Method · 0.85
_load_buffer
Method · 0.85
_adjust_tier
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected