We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e69cac commit 9b56ddaCopy full SHA for 9b56dda
deepeval/dataset/api.py
@@ -12,7 +12,7 @@ def to_snake_case(string: str) -> str:
12
13
class APIDataset(BaseModel):
14
alias: str
15
- overwrite: bool
+ overwrite: Optional[bool] = None
16
goldens: Optional[List[Golden]] = Field(default=[])
17
conversational_goldens: Optional[List[ConversationalGolden]] = Field(
18
default=[], alias="conversationalGoldens"
0 commit comments