Skip to content

Commit dfad9d3

Browse files
abrookinsCopilot
andauthored
Update agent_memory_server/filters.py
Co-authored-by: Copilot <[email protected]>
1 parent cb30242 commit dfad9d3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

agent_memory_server/filters.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ def validate_filters(self) -> Self:
1818
raise ValueError("eq and ne cannot both be set")
1919
if self.any is not None and self.all is not None:
2020
raise ValueError("any and all cannot both be set")
21-
if self.any is not None and self.all is not None:
22-
raise ValueError("any and all cannot both be set")
2321
if self.all is not None and len(self.all) == 0:
2422
raise ValueError("all cannot be an empty list")
2523
if self.any is not None and len(self.any) == 0:

0 commit comments

Comments
 (0)