MCPcopy Index your code
hub / github.com/coder/coder / providerCreationError

Function providerCreationError

coderd/x/chatd/chatprovider/chatprovider.go:1327–1329  ·  view source on GitHub ↗
(provider string, err error)

Source from the content-addressed store, hash-verified

1325}
1326
1327func providerCreationError(provider string, err error) error {
1328 return xerrors.Errorf("create %s provider: %w", provider, err)
1329}
1330
1331// Providers that allow ambient credentials, such as Bedrock, bypass
1332// this helper only after ResolveUserProviderKeys marks them

Callers 1

ModelFromConfigFunction · 0.85

Calls 1

ErrorfMethod · 0.45

Tested by

no test coverage detected