MCPcopy 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
92def load_providers(path: Path | None = None) -> ProvidersConfig:

Callers 1

handle_healthFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected