interface Analysis {
    detail?: string;
    justification?: AnalysisJustification;
    response?: AnalysisResponse[];
    state?: AnalysisState;
}

Properties

detail?: string
justification?: AnalysisJustification
response?: AnalysisResponse[]