export interface LlmParameterEvaluationStrategy {
    /** A description of the evaluation strategy to use for the test. */
    description: string;
}
