From 0e2c157759833dcccd4f104182aa57683bda1d04 Mon Sep 17 00:00:00 2001 From: guoning <357027361@qq.com> Date: Thu, 12 Sep 2024 15:26:43 +0800 Subject: [PATCH] Fix VariableEntityType Bug external-data-tool -> external_data_tool --- api/core/app/app_config/entities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/core/app/app_config/entities.py b/api/core/app/app_config/entities.py index d208db2b01dc29..7e5899bafabae8 100644 --- a/api/core/app/app_config/entities.py +++ b/api/core/app/app_config/entities.py @@ -92,7 +92,7 @@ class VariableEntityType(str, Enum): SELECT = "select" PARAGRAPH = "paragraph" NUMBER = "number" - EXTERNAL_DATA_TOOL = "external-data-tool" + EXTERNAL_DATA_TOOL = "external_data_tool" class VariableEntity(BaseModel):