@coveo/headless
    Preparing search index...

    Type Alias GeneratedAnswerFeedback

    type GeneratedAnswerFeedback = {
        correctTopic: GeneratedAnswerFeedbackOption;
        details?: string;
        documented: GeneratedAnswerFeedbackOption;
        documentUrl?: string;
        hallucinationFree: GeneratedAnswerFeedbackOption;
        helpful: boolean;
        readable: GeneratedAnswerFeedbackOption;
    }
    Index

    Properties

    details?: string
    documentUrl?: string
    helpful: boolean