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§
- Explained
Answer - An answer with detailed explanation of the reasoning process
- Reasoning
Step - A single step in the reasoning process
- Source
Reference - Reference to a source document or chunk used in the answer
Enums§
- Source
Type - Type of source reference