diff --git a/api/core/app/entities/app_invoke_entities.py b/api/core/app/entities/app_invoke_entities.py index 6ee1295a78..a603410329 100644 --- a/api/core/app/entities/app_invoke_entities.py +++ b/api/core/app/entities/app_invoke_entities.py @@ -43,7 +43,7 @@ class InvokeFrom(StrEnum): # the workflow (or chatflow) edit page. DEBUGGER = "debugger" PUBLISHED = "published" - + # VALIDATION indicates that this invocation is from validation. VALIDATION = "validation"