mirror of https://github.com/langgenius/dify.git
feat: add MEMORY_BLOCK in DraftVariableType
This commit is contained in:
parent
26d7654851
commit
42091b4a79
|
|
@ -21,6 +21,7 @@ class DraftVariableType(StrEnum):
|
|||
NODE = "node"
|
||||
SYS = "sys"
|
||||
CONVERSATION = "conversation"
|
||||
MEMORY_BLOCK = "memory_block"
|
||||
|
||||
|
||||
class MessageStatus(StrEnum):
|
||||
|
|
|
|||
Loading…
Reference in New Issue