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

Function _current_route_strategy

uncommon_route/proxy.py:4760–4766  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4758 )
4759
4760 def _current_route_strategy() -> tuple[str, str, str, int]:
4761 return (
4762 transport_decision.selected_transport,
4763 _cache_mode_name(cache_plan),
4764 _cache_family_name(cache_plan),
4765 cache_plan.cache_breakpoints,
4766 )
4767
4768 current_attempt_trace: dict[str, Any] | None = None
4769

Callers 1

_handle_chat_coreFunction · 0.85

Calls 2

_cache_mode_nameFunction · 0.85
_cache_family_nameFunction · 0.85

Tested by

no test coverage detected