Skip to content

Commit

Permalink
models:reference_files - IgnoreAction.reasoning is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoCampinoti94 committed Nov 6, 2023
1 parent c02cce7 commit 736ec32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acacore/models/reference_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class IgnoreAction(BaseModel):
ignore_if (list[IgnoreIfAction]): An optional list of ignore conditions.
"""

reasoning: str
reasoning: Optional[str] = None
ignore_if: list[IgnoreIfAction] = Field(default_factory=list)


Expand Down

0 comments on commit 736ec32

Please sign in to comment.