From 3d47dcf5a7bdf65eafbd7b4372aa30d300697ca1 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 6 Jan 2025 14:55:30 +0900 Subject: [PATCH] chore: update run.py Verfication -> Verification --- examples/citations/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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