Interface SmartQueryOptions

Options for smart queries with AI optimizations.

SteveTheHead

0xArmorer

2.0.0

interface SmartQueryOptions {
    aiOptimized?: boolean;
    explanation?: boolean;
    includeMetadata?: boolean;
    maxResults?: number;
    smartFilter?: boolean;
}

Properties

aiOptimized?: boolean
explanation?: boolean
includeMetadata?: boolean
maxResults?: number
smartFilter?: boolean