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

Function _provider_prefix

uncommon_route/model_map.py:304–305  ·  view source on GitHub ↗
(model_id: str)

Source from the content-addressed store, hash-verified

302
303
304def _provider_prefix(model_id: str) -> str:
305 return model_id.split("/", 1)[0] if "/" in model_id else ""
306
307
308# ---------------------------------------------------------------------------

Callers 2

discoverMethod · 0.85
_fuzzy_matchMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected