pub type SmartReadResponse = SmartResponse<FileSection>;Expand description
📊 Smart read response with context-aware results
Aliased Type§
pub struct SmartReadResponse {
pub primary: Vec<FileSection>,
pub secondary: Vec<FileSection>,
pub context_summary: String,
pub token_savings: TokenSavings,
pub suggestions: Vec<String>,
}Fields§
§primary: Vec<FileSection>Primary results (high relevance)
secondary: Vec<FileSection>Secondary results (medium relevance)
context_summary: StringContext summary
token_savings: TokenSavingsToken savings achieved
suggestions: Vec<String>Proactive suggestions