MCPcopy
hub / github.com/wavetermdev/waveterm / geminiBackend

Struct geminiBackend

pkg/aiusechat/usechat-backend.go:224–224  ·  view source on GitHub ↗

geminiBackend implements UseChatBackend for Google Gemini API

Source from the content-addressed store, hash-verified

222
223// geminiBackend implements UseChatBackend for Google Gemini API
224type geminiBackend struct{}
225
226func (b *geminiBackend) RunChatStep(
227 ctx context.Context,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected