HallucinationExample: {
    context?: string;
    input: string;
    output: string;
    reference?: string;
}

An example to be evaluated by the hallucination evaluator.

Type declaration

  • Optionalcontext?: string
  • input: string
  • output: string
  • Optionalreference?: string