Ask a question to get started
Enter to sendā¢Shift+Enter new line
evaluate_strings( self, *, prediction: str, reference: str | None = None, input
prediction
str
The LLM or chain prediction to evaluate.
reference
str | None
None
The reference label to evaluate against.
input
The input to consider during evaluation.
**kwargs
Any
{}
Evaluate Chain or LLM output, based on optional input and label.
Additional keyword arguments, including callbacks, tags, etc.