Skip to main content

Module explained

Module explained 

Source
Expand description

Structured answer types with reasoning trace (ExplainedAnswer, SourceReference, ReasoningStep) Structured answer types with reasoning trace.

ExplainedAnswer and its supporting types (SourceReference, SourceType, ReasoningStep) were extracted from retrieval/mod.rs to keep that module focused on retrieval orchestration.

Structs§

ExplainedAnswer
An answer with detailed explanation of the reasoning process
ReasoningStep
A single step in the reasoning process
SourceReference
Reference to a source document or chunk used in the answer

Enums§

SourceType
Type of source reference