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

    Interface Log

    interface Log {
        event: string;
        id: number;
        metadata: {
            has_bug: boolean;
            model: string;
            prompt: string;
            suggestion_text: string;
        };
        time_lapse: number;
        timestamp: string;
    }
    Index

    Properties

    event: string
    id: number
    metadata: {
        has_bug: boolean;
        model: string;
        prompt: string;
        suggestion_text: string;
    }
    time_lapse: number
    timestamp: string