Skip to content

Commit 5a1a404

Browse files
committed
Updated PROJECT_TYPE_RESPONSE_MAP
1 parent be668ba commit 5a1a404

File tree

1 file changed

+1
-0
lines changed
  • src/superannotate/lib/infrastructure/services

1 file changed

+1
-0
lines changed

src/superannotate/lib/infrastructure/services/item.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ class ItemService(BaseItemService):
4040
ProjectType.PIXEL: ImageResponse,
4141
ProjectType.DOCUMENT: DocumentResponse,
4242
ProjectType.POINT_CLOUD: PointCloudResponse,
43+
ProjectType.GEN_AI: ImageResponse
4344
}
4445

4546
def get_by_id(self, item_id, project_id, project_type):

0 commit comments

Comments
 (0)