From c6e08e3c7cee0e71d878607701a07884e35c7d1d Mon Sep 17 00:00:00 2001 From: Pablo Palafox Date: Sun, 5 Nov 2023 02:14:58 +0100 Subject: [PATCH] fix typo in Validator --- instructor/dsl/validators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instructor/dsl/validators.py b/instructor/dsl/validators.py index 55f0df5..4f71db5 100644 --- a/instructor/dsl/validators.py +++ b/instructor/dsl/validators.py @@ -20,7 +20,7 @@ class Validator(instructor.OpenAISchema): ) fixed_value: Optional[str] = Field( default=None, - description="If the attribuet is not valid, suggest a new value for the attribute", + description="If the attribute is not valid, suggest a new value for the attribute", )