feat: remove batch items selectin from agents model (#3422)

This commit is contained in:
cthomas
2025-07-19 21:59:40 -07:00
committed by GitHub
parent 89f86b4263
commit 1c3275b3c9
2 changed files with 2 additions and 1 deletions

View File

@@ -135,4 +135,5 @@ class MarshmallowAgentSchema(BaseSchema):
"identities",
"is_deleted",
"groups",
"batch_items",
)