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

Class FallbackOption

uncommon_route/router/types.py:302–307  ·  view source on GitHub ↗

One option in the cost-aware fallback chain.

Source from the content-addressed store, hash-verified

300
301@dataclass(frozen=True, slots=True)
302class FallbackOption:
303 """One option in the cost-aware fallback chain."""
304
305 model: str
306 cost_estimate: float
307 suggested_output_budget: int
308
309
310@dataclass(frozen=True, slots=True)

Callers 4

fake_routeMethod · 0.90
_handle_chat_coreFunction · 0.90
select_modelFunction · 0.90
select_from_poolFunction · 0.90

Calls

no outgoing calls

Tested by 1

fake_routeMethod · 0.72