Member Junction
    Preparing search index...
    interface TestExecutionResult {
        errorMessage?: string;
        executionTimeMs: number;
        result?: { score: number; status: string; totalCost?: number };
        success: boolean;
    }
    Index

    Properties

    errorMessage?: string
    executionTimeMs: number
    result?: { score: number; status: string; totalCost?: number }
    success: boolean