determineInsightType method

AIInsightType determineInsightType(
  1. AIAnalysisResult result
)

Determine insight type for testing

Implementation

AIInsightType determineInsightType(AIAnalysisResult result) =>
    _determineInsightType(result);