MCPcopy Create free account
hub / github.com/InferCore/InferCore / apiKey

Method apiKey

internal/adapters/gemini/gemini.go:97–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95}
96
97func (a *Adapter) apiKey() string {
98 return strings.TrimSpace(a.cfg.APIKey)
99}
100
101// actionPath returns URL path for generateContent / streamGenerateContent (Vertex vs AI Studio).
102func (a *Adapter) actionPath(model, action string) string {

Callers 2

InvokeMethod · 0.95
applyAPIKeyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected