nexus-agents - v2.80.0
    Preparing search index...

    Interface TaskTypePerformance

    Task type performance breakdown.

    interface TaskTypePerformance {
        taskType: string;
        modelPerformance: readonly ModelPerformanceSummary[];
        bestModel: string;
        worstModel: string;
    }
    Index

    Properties

    taskType: string

    Task type

    modelPerformance: readonly ModelPerformanceSummary[]

    Performance per model for this task type

    bestModel: string

    Best performing model

    worstModel: string

    Worst performing model