mimiq
    Preparing search index...

    Interface VisualAssertionResult

    interface VisualAssertionResult {
        answer: string;
        confidence: number;
        error?: string;
        passed: boolean;
        reasoning?: string;
        screenshotPath?: string;
    }
    Index

    Properties

    answer: string
    confidence: number
    error?: string
    passed: boolean
    reasoning?: string
    screenshotPath?: string