MCPcopy Create free account
hub / github.com/coder/aibridge / NewCopilotProvider

Function NewCopilotProvider

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
60func NewMetrics(reg prometheus.Registerer) *metrics.Metrics {
61 return metrics.NewMetrics(reg)

Callers 2

TestValidateProvidersFunction · 0.92

Calls 1

NewCopilotFunction · 0.92

Tested by 2

TestValidateProvidersFunction · 0.74