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

Class RequestContext

uncommon_route/feedback.py:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36@dataclass
37class RequestContext:
38 features: dict[str, float]
39 tier: str
40 timestamp: float
41 model: str = ""
42 mode: str = "auto"
43
44
45@dataclass

Callers 3

captureMethod · 0.85
rebind_requestMethod · 0.85
_load_bufferMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected