ai

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 3, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultAnthropicModel = "claude-sonnet-4-20250514"
	DefaultGeminiModel    = "gemini-2.5-flash"
)

Variables

This section is empty.

Functions

func AnalyzePR

func AnalyzePR(ctx context.Context, client Caller, data *model.PRData, risks []model.RiskFlag) (*model.AIAnalysis, error)

Types

type AnthropicClient added in v0.2.0

type AnthropicClient struct {
	// contains filtered or unexported fields
}

func NewAnthropicClient added in v0.2.0

func NewAnthropicClient(apiKey, model string) *AnthropicClient

func (*AnthropicClient) Call added in v0.2.0

func (c *AnthropicClient) Call(ctx context.Context, system, prompt string) (string, error)

type Caller added in v0.2.0

type Caller interface {
	Call(ctx context.Context, system, prompt string) (string, error)
}

type GeminiClient added in v0.2.0

type GeminiClient struct {
	// contains filtered or unexported fields
}

func NewGeminiClient added in v0.2.0

func NewGeminiClient(apiKey, model string) *GeminiClient

func (*GeminiClient) Call added in v0.2.0

func (c *GeminiClient) Call(ctx context.Context, system, prompt string) (string, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL