mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
fix typo in Validator
This commit is contained in:
@@ -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",
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user