.md
A list of inputs, each of which may be either an input text, output text, input image, or input audio object.
A LabelModelGrader object which uses a model to assign labels to each item in the evaluation.
A MultiGrader object combines the output of multiple graders to produce a single score.
A PythonGrader object that runs a python script on the input.
A ScoreModelGrader object that uses a model to assign a score to the input.
A StringCheckGrader object that performs a string comparison between input and reference using a specified operation.
A TextSimilarityGrader object which grades text based on similarity metrics.