diff --git a/examples/citations/run.py b/examples/citations/run.py index a47bd18d8..dd740ea86 100644 --- a/examples/citations/run.py +++ b/examples/citations/run.py @@ -74,7 +74,7 @@ class AnswerWithCitaton(BaseModel): class Validation(BaseModel): """ - Verfication response from the LLM, + Verification response from the LLM, the error message should be detailed if the is_valid is False but keep it to less than 100 characters, reference specific attributes that you are comparing, use `...` is the string is too long