feat: granular performance tracking and cache hit indicators for AI scans
This commit is contained in:
@@ -96,4 +96,9 @@ export interface AnalysisResponse {
|
||||
success: boolean;
|
||||
data?: BottleMetadata;
|
||||
error?: string;
|
||||
perf?: {
|
||||
apiDuration: number;
|
||||
parseDuration: number;
|
||||
uploadSize: number;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user