From 50619fba0a494185b5562ef10db71ddd6465b90b Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 06:54:03 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- api/core/app/entities/app_invoke_entities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"