Versions in this module Expand all Collapse all v0 v0.2.0 Jun 23, 2026 v0.1.1 Jun 22, 2026 v0.1.0 Jun 20, 2026 Changes in this version + func Report(qs []Question, truths []Truth, answers []Answer) string + type Agg struct + ByType map[QType]float64 + MeanQuality float64 + Mode string + N int + TotalCalls int + TotalTokens int + type Answer struct + Calls int + ID string + Items []string + Judge *float64 + Mode string + Text string + Tokens int + type QType string + const TypeCallees + const TypeCallers + const TypeDefinition + const TypeOpen + type Question struct + File string + ID string + Lang string + Line int + Prompt string + QN string + Symbol string + Type QType + func Generate(st *graph.Store, project, lang string) ([]Question, error) + type Score struct + ID string + Mode string + Precision float64 + Quality float64 + Recall float64 + Type QType + func Evaluate(qs []Question, truths []Truth, answers []Answer) ([]Score, map[string]Agg) + type Truth struct + ID string + Items []string + Notes string