Fix:reponse -> response

This commit is contained in:
HowardChan
2025-04-10 14:38:28 +08:00
parent 9002ace7e5
commit 3f30e0825d
4 changed files with 4 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ class ResponseEvaluator:
A note on evaluation_criteria:
`response_match_score`: This metric compares the agents final natural
language reponse with the expected final response, stored in the
language response with the expected final response, stored in the
"reference" field in test/eval files. We use Rouge metric to compare the
two responses.