Skip to content

Commit 77fccad

Browse files
authored
Update README.md
1 parent ec23966 commit 77fccad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ Note:
161161
| `retrieved_context` | String | The context retrieved and used by the RAG system. | N/A (Required) |
162162
| `min_range_value` | String | The minimum value for the rating range used by the LLM judge. | 0 (the default of the validator class) |
163163
| `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>
165165

166166
**Returns**
167167

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

Comments
 (0)