core-utils
    Preparing search index...

    Interface IntermediateOutputEvent

    interface IntermediateOutputEvent {
        at: string;
        errorMessage?: string;
        latencyMs?: number;
        model: ModelSpec;
        role: ModelRole;
        status: TribunalProgressStatus;
    }
    Index

    Properties

    at: string
    errorMessage?: string
    latencyMs?: number
    model: ModelSpec
    role: ModelRole