Skip to main content

SmartReadResponse

Type Alias SmartReadResponse 

Source
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: String

Context summary

§token_savings: TokenSavings

Token savings achieved

§suggestions: Vec<String>

Proactive suggestions