CLOVER Website - v0.3.1
    Preparing search index...

    Interface AISuggestion

    interface AISuggestion {
        accepted?: boolean;
        created_at: string;
        hasBug: boolean;
        id: string;
        model: string;
        prompt: string;
        suggestionText: string;
        timeLapsed?: number;
    }
    Index

    Properties

    accepted?: boolean
    created_at: string
    hasBug: boolean
    id: string
    model: string
    prompt: string
    suggestionText: string
    timeLapsed?: number