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