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

Function NewCopilotProvider

aibridge/api.go:56–58  ·  view source on GitHub ↗
(cfg config.Copilot)

Source from the content-addressed store, hash-verified

54}
55
56func NewCopilotProvider(cfg config.Copilot) provider.Provider {
57 return provider.NewCopilot(cfg)
58}
59
60// NewDisabledProviderStub returns a Provider that reports Enabled() ==
61// false and has no-op implementations for all other methods. Use this

Callers 4

buildAIProviderFromRowFunction · 0.92
TestValidateProvidersFunction · 0.92
TestRequestBodySizeLimitFunction · 0.92

Calls 1

NewCopilotFunction · 0.92

Tested by 3

TestValidateProvidersFunction · 0.74
TestRequestBodySizeLimitFunction · 0.74