You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,8 +161,8 @@ Note:
161
161
|`retrieved_context`| String | The context retrieved and used by the RAG system. | N/A (Required) |
162
162
|`min_range_value`| String | The minimum value for the rating range used by the LLM judge. | 0 (the default of the validator class) |
163
163
|`max_range_value`| String | The maximum value for the rating range used by the LLM judge. | 1 (the default of the validator class) |
164
-
</ul>
164
+
</ul>
165
165
166
166
**Returns**
167
167
168
-
**`ValidationResult`**: Returns a `PassResult` if the LLM judge's rating meets or exceeds the pass threshold, or a `FailResult` with detailed explanation if the rating is below the threshold.
168
+
**`ValidationResult`**: Returns a `PassResult` if the LLM judge's rating meets or exceeds the pass threshold, or a `FailResult` with detailed explanation if the rating is below the threshold.
0 commit comments