新增数据库支持,初始化数据库并创建查询类型和点踩原因表,优化日志记录,添加多个API以支持点踩原因和查询统计功能。
This commit is contained in:
@@ -357,6 +357,9 @@ class DifyTool:
|
||||
"""
|
||||
return self.dify_pgsql.get_app_conversations(conversation_id)
|
||||
|
||||
def get_workflow_node_executions_info(self, workflow_run_id:str):
|
||||
return self.dify_pgsql.get_workflow_node_executions_info(workflow_run_id)
|
||||
|
||||
def get_message_rating(self, msg_id):
|
||||
return self.dify_pgsql.get_message_rating(msg_id)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user