Skip to content

Commit 2bb761f

Browse files
authored
update QAEvaluator to indicate ground truth is required
1 parent ad615e2 commit 2bb761f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-studio/how-to/develop/evaluate-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Built-in evaluators can accept *either* query and respons pairs or a list of con
7979
| `HateUnfairnessEvaluator` | Required: String | Required: String | N/A | N/A |Supported |
8080
| `IndirectAttackEvaluator` | Required: String | Required: String | Required: String | N/A |Supported |
8181
| `ProtectedMaterialEvaluator` | Required: String | Required: String | N/A | N/A |Supported |
82-
| `QAEvaluator` | Required: String | Required: String | Required: String | N/A | Not supported |
82+
| `QAEvaluator` | Required: String | Required: String | Required: String | Required: String | Not supported |
8383
| `ContentSafetyEvaluator` | Required: String | Required: String | N/A | N/A | Supported |
8484

8585
- Query: the query sent in to the generative AI application

0 commit comments

Comments
 (0)