Skip to content

Commit

Permalink
add chat enum to TaskType (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanfeng-scale committed Dec 7, 2023
1 parent 12d1721 commit a52dcd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scaleapi/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "2.15.1"
__version__ = "2.15.2"
__package_name__ = "scaleapi"
1 change: 1 addition & 0 deletions scaleapi/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class TaskType(Enum):
VideoPlaybackAnnotation = "videoplaybackannotation"
VideoCuboidAnnotation = "videocuboidannotation"
SensorFusion = "sensorfusion"
Chat = "chat"


class TaskReviewStatus(Enum):
Expand Down

0 comments on commit a52dcd6

Please sign in to comment.