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

Class CacheRequestPlan

uncommon_route/cache_support.py:14–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13@dataclass(frozen=True, slots=True)
14class CacheRequestPlan:
15 family: str
16 mode: str = "none"
17 prompt_cache_key: str = ""
18 retention: str = ""
19 anthropic_ttl: str = ""
20 cache_breakpoints: int = 0
21
22
23@dataclass(frozen=True, slots=True)

Calls

no outgoing calls

Tested by

no test coverage detected