Versions in this module Expand all Collapse all v0 v0.7.0 Mar 2, 2026 Changes in this version + type CandidateStatistic struct + Excerpt string + Name string + Source string + SourceURL string + Unit string + Value float32 + type OrchestrationRequest struct + MaxCandidates int + MinVerifiedStats int + ReputableOnly bool + Topic string + type OrchestrationResponse struct + ContinuationID string + FailedCount int + Partial bool + Statistics []Statistic + TargetCount int + Timestamp time.Time + Topic string + TotalCandidates int + VerifiedCount int + type ResearchRequest struct + MaxStatistics int + MinStatistics int + ReputableOnly bool + Topic string + type ResearchResponse struct + Candidates []CandidateStatistic + Timestamp time.Time + Topic string + type SearchResult struct + Domain string + Position int + Snippet string + Title string + URL string + type Statistic struct + DateFound time.Time + Excerpt string + Name string + Source string + SourceURL string + Unit string + Value float32 + Verified bool + type SynthesisRequest struct + MaxStatistics int + MinStatistics int + SearchResults []SearchResult + Topic string + type SynthesisResponse struct + Candidates []CandidateStatistic + SourcesAnalyzed int + Timestamp time.Time + Topic string + type VerificationRequest struct + Candidates []CandidateStatistic + type VerificationResponse struct + Failed int + Results []VerificationResult + Timestamp time.Time + Verified int + type VerificationResult struct + Reason string + Statistic *Statistic + Verified bool