fix typo in Validator

This commit is contained in:
Pablo Palafox
2023-11-05 02:14:58 +01:00
committed by Jason Liu
parent aae1e3483f
commit c6e08e3c7c
+1 -1
View File
@@ -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",
)