interface OutputItemRetrieveParams {
    eval_id: string;
    run_id: string;
}

Properties

Properties

eval_id: string

The ID of the evaluation to retrieve runs for.

run_id: string

The ID of the run to retrieve.