The benchmarking prompt properties.

interface TaskBenchmarkPrompt {
    number_of_shots?: number;
}

Properties

Properties

number_of_shots?: number