Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
func
NewCopilotProvider(cfg config.Copilot) provider.Provider {
57
return
provider.NewCopilot(cfg)
58
}
59
60
func
NewMetrics(reg prometheus.Registerer) *metrics.Metrics {
61
return
metrics.NewMetrics(reg)
Callers
2
TestValidateProviders
Function · 0.92
TestPassthroughRoutesForProviders
Function · 0.92
Calls
1
NewCopilot
Function · 0.92
Tested by
2
TestValidateProviders
Function · 0.74
TestPassthroughRoutesForProviders
Function · 0.74