Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommonstackAI/UncommonRoute
/ provider_names
Method
provider_names
uncommon_route/providers.py:88–89 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
86
return
None
87
88
def
provider_names(self) -> list[str]:
89
return
list(self.providers.keys())
90
91
92
def
load_providers(path: Path | None = None) -> ProvidersConfig:
Callers
1
handle_health
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected