MCPcopy 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
46class FeedbackResult:
47 ok: bool
48 action: str
49 from_tier: str = ""
50 to_tier: str = ""
51 reason: str = ""
52
53
54class FeedbackCollector:

Callers 1

submitMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected