mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-21 14:43:07 +00:00
fix docstring
This commit is contained in:
@@ -53,7 +53,8 @@ def resolve_pairwise_criteria(
|
||||
"""Resolve the criteria for the pairwise evaluator.
|
||||
|
||||
Args:
|
||||
criteria (Union[CRITERIA_TYPE, str, List[CRITERIA_TYPE]]): The criteria to use.
|
||||
criteria (Union[CRITERIA_TYPE, str, List[CRITERIA_TYPE]], optional):
|
||||
The criteria to use.
|
||||
|
||||
Returns:
|
||||
dict: The resolved criteria.
|
||||
|
||||
Reference in New Issue
Block a user