Documentation
¶
Overview ¶
Package gemini is the Client implementation for Google Gemini LLM integration.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client implements the LLM interface for Google Gemini.
func (*Client) Analyze ¶
func (c *Client) Analyze(ctx context.Context, request *ltypes.AnalysisRequest) (*ltypes.AnalysisResponse, error)
Analyze sends an analysis request to Gemini and returns the response.
func (*Client) GetProviderName ¶
GetProviderName returns the provider name.
func (*Client) ValidateConfig ¶
ValidateConfig validates the client configuration.
Click to show internal directories.
Click to hide internal directories.