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

Method Name

provider/provider.go:53–53  ·  view source on GitHub ↗

Name returns the provider instance name. Defaults to Type() when not explicitly configured.

()

Source from the content-addressed store, hash-verified

51 // Name returns the provider instance name.
52 // Defaults to Type() when not explicitly configured.
53 Name() string
54 // BaseURL defines the base URL endpoint for this provider's API.
55 BaseURL() string
56

Callers 9

validateProvidersFunction · 0.65
NewRequestBridgeFunction · 0.65
newInterceptionProcessorFunction · 0.65
newPassthroughRouterFunction · 0.65
setupTracerFunction · 0.65
TestTraceAnthropicErrFunction · 0.65
TestTracePassthroughFunction · 0.65
verifyTracesFunction · 0.65

Implementers 4

MockProviderinternal/testutil/mockprovider.go
Anthropicprovider/anthropic.go
Copilotprovider/copilot.go
OpenAIprovider/openai.go

Calls

no outgoing calls

Tested by 5

setupTracerFunction · 0.52
TestTraceAnthropicErrFunction · 0.52
TestTracePassthroughFunction · 0.52
verifyTracesFunction · 0.52