interface LLMEvaluationArgs {
    model: LanguageModel;
}

Hierarchy (View Summary)

Properties

Properties

model: LanguageModel