Skip to content

Commit

Permalink
results rename (instructor-ai#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbraddev authored May 21, 2024
1 parent b5c165e commit 55415d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instructor/dsl/maybe.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def __bool__(self):
return create_model(
f"Maybe{model.__name__}",
__base__=MaybeBase,
results=(
result=(
Optional[model],
Field(
default=None,
Expand Down

0 comments on commit 55415d3

Please sign in to comment.