mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
refactor: make ChatflowMemoryVariable.value JSON
This commit is contained in:
@ -79,6 +79,10 @@ class MemoryBlockWithVisibility(BaseModel):
|
||||
end_user_editable: bool
|
||||
|
||||
|
||||
class MemoryValueData(BaseModel):
|
||||
value: str
|
||||
|
||||
|
||||
class ChatflowConversationMetadata(BaseModel):
|
||||
"""Metadata for chatflow conversation with visible message count"""
|
||||
type: str = "mutable_visible_window"
|
||||
|
||||
Reference in New Issue
Block a user