MCPcopy Index your code
hub / github.com/simstudioai/sim / isPiSupportedProvider

Function isPiSupportedProvider

apps/sim/providers/pi-providers.ts:27–29  ·  view source on GitHub ↗
(providerId: string)

Source from the content-addressed store, hash-verified

25
26/** Whether the Pi Coding Agent can run a given provider via a single API key. */
27export function isPiSupportedProvider(providerId: string): providerId is PiSupportedProvider {
28 return PI_SUPPORTED_PROVIDER_SET.has(providerId)
29}

Callers 2

getPiModelOptionsFunction · 0.90
providerApiKeyEnvVarFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected