Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommonstackAI/UncommonRoute
/ FeedbackResult
Class
FeedbackResult
uncommon_route/feedback.py:46–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
45
@dataclass
46
class
FeedbackResult:
47
ok: bool
48
action: str
49
from_tier: str =
""
50
to_tier: str =
""
51
reason: str =
""
52
53
54
class
FeedbackCollector:
Callers
1
submit
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected