Skip to content

Commit 9aa44ae

Browse files
committed
corrected minor error
1 parent 12d87c4 commit 9aa44ae

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
@@ -252,7 +252,7 @@ groundedness_pro_eval = GroundednessProEvaluator(azure_ai_project=azure_ai_proje
252252

253253
query_response = dict(
254254
query="Which tent is the most waterproof?",
255-
context="The Alpine Explorer Tent is the most water-proof of all tents available.",
255+
context="The Alpine Explorer Tent is the second most water-proof of all tents available.",
256256
response="The Alpine Explorer Tent is the most waterproof."
257257
)
258258

0 commit comments

Comments
 (0)