mirror of
https://github.com/langgenius/dify.git
synced 2026-03-13 02:57:41 +08:00
feat: compat tool provider credentials to updated data
This commit is contained in:
@ -222,6 +222,7 @@ class ToolModelInvoke(Base):
|
||||
updated_at = db.Column(db.DateTime, nullable=False, server_default=db.text("CURRENT_TIMESTAMP(0)"))
|
||||
|
||||
|
||||
@deprecated
|
||||
class ToolConversationVariables(Base):
|
||||
"""
|
||||
store the conversation variables from tool invoke
|
||||
|
||||
Reference in New Issue
Block a user