core-utils
    Preparing search index...

    Interface IntermediateOutputCall

    interface IntermediateOutputCall {
        completedAt?: string;
        errorMessage?: string;
        failedAt?: string;
        latencyMs?: number;
        metadata?: CallMetadata;
        model: ModelSpec;
        output?: unknown;
        role: ModelRole;
        startedAt?: string;
        status: TribunalProgressStatus;
    }
    Index

    Properties

    completedAt?: string
    errorMessage?: string
    failedAt?: string
    latencyMs?: number
    metadata?: CallMetadata
    model: ModelSpec
    output?: unknown
    role: ModelRole
    startedAt?: string