Skip to content

Commit 9b56dda

Browse files
committed
.
1 parent 9e69cac commit 9b56dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deepeval/dataset/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def to_snake_case(string: str) -> str:
1212

1313
class APIDataset(BaseModel):
1414
alias: str
15-
overwrite: bool
15+
overwrite: Optional[bool] = None
1616
goldens: Optional[List[Golden]] = Field(default=[])
1717
conversational_goldens: Optional[List[ConversationalGolden]] = Field(
1818
default=[], alias="conversationalGoldens"

0 commit comments

Comments
 (0)