Skip to content

Commit

Permalink
Update simple_type.py (#1247)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbedrick authored Dec 16, 2024
1 parent 57f4735 commit a953b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instructor/dsl/simple_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def __class_getitem__(cls, response_model: type[BaseModel]) -> type[BaseModel]:
return create_model(
"Response",
content=(response_model, ...),
__doc__="Correctly Formated and Extracted Response.",
__doc__="Correctly Formatted and Extracted Response.",
__base__=(AdapterBase, OpenAISchema),
)

Expand Down

0 comments on commit a953b99

Please sign in to comment.