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

Struct Copilot

provider/copilot.go:49–52  ·  view source on GitHub ↗

Copilot implements the Provider interface for GitHub Copilot. Unlike other providers, Copilot uses per-user API keys that are passed through the request headers rather than configured statically.

Source from the content-addressed store, hash-verified

47// Unlike other providers, Copilot uses per-user API keys that are passed through
48// the request headers rather than configured statically.
49type Copilot struct {
50 cfg config.Copilot
51 circuitBreaker *config.CircuitBreaker
52}
53
54var _ Provider = &Copilot{}
55

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected