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
Optional[str]
None
The reference label to evaluate against.
input
**kwargs
Any
{}
Evaluate Chain or LLM output, based on optional input and label.
The input to consider during evaluation.
Additional keyword arguments, including callbacks, tags, etc.