mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-17 12:15:55 +08:00
Fix VariableEntityType Bug external-data-tool -> external_data_tool (#8299)
This commit is contained in:
parent
02c4b1af71
commit
404db1ae5b
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user