MCPcopy Index your code
hub / github.com/TanStack/ai / providersFor

Function providersFor

testing/e2e/tests/test-matrix.ts:35–37  ·  view source on GitHub ↗
(feature: Feature)

Source from the content-addressed store, hash-verified

33
34/** Get only the providers that support a given feature */
35export function providersFor(feature: Feature): Provider[] {
36 return providers.filter((p) => isSupported(p, feature))
37}

Calls 1

isSupportedFunction · 0.90

Tested by

no test coverage detected