MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / GeminiExecutor

Struct GeminiExecutor

internal/runtime/executor/gemini_executor.go:41–44  ·  view source on GitHub ↗

GeminiExecutor is a stateless executor for the official Gemini API using API keys. It supports regular and streaming requests to the Google Generative Language API.

Source from the content-addressed store, hash-verified

39// GeminiExecutor is a stateless executor for the official Gemini API using API keys.
40// It supports regular and streaming requests to the Google Generative Language API.
41type GeminiExecutor struct {
42 // cfg holds the application configuration.
43 cfg *config.Config
44}
45
46// NewGeminiExecutor creates a new Gemini executor instance.
47//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected