fix workflow api return

This commit is contained in:
takatost
2024-03-04 17:23:27 +08:00
parent 3086893ee7
commit df753e84a3
12 changed files with 434 additions and 85 deletions

View File

@ -165,6 +165,7 @@ class QueueStopEvent(AppQueueEvent):
USER_MANUAL = "user-manual"
ANNOTATION_REPLY = "annotation-reply"
OUTPUT_MODERATION = "output-moderation"
INPUT_MODERATION = "input-moderation"
event = QueueEvent.STOP
stopped_by: StopBy