mirror of
https://github.com/langgenius/dify.git
synced 2026-04-30 07:28:05 +08:00
merge feat/plugins
This commit is contained in:
@ -256,8 +256,8 @@ class ToolConversationVariables(Base):
|
||||
updated_at = db.Column(db.DateTime, nullable=False, server_default=func.current_timestamp())
|
||||
|
||||
@property
|
||||
def variables(self) -> dict:
|
||||
return dict(json.loads(self.variables_str))
|
||||
def variables(self) -> Any:
|
||||
return json.loads(self.variables_str)
|
||||
|
||||
|
||||
class ToolFile(Base):
|
||||
|
||||
Reference in New Issue
Block a user