Versions in this module Expand all Collapse all v0 v0.39.1 Nov 18, 2025 v0.39.0 Nov 4, 2025 Changes in this version + type Client struct + func NewClient(config *Config) (*Client, error) + func (c *Client) Analyze(ctx context.Context, request *ltypes.AnalysisRequest) (*ltypes.AnalysisResponse, error) + func (c *Client) GetProviderName() string + func (c *Client) ValidateConfig() error + type Config struct + APIKey string + BaseURL string + HTTPClient *http.Client + MaxTokens int + Model string + TimeoutSeconds int