diff --git a/plugins/dify/main.py b/plugins/dify/main.py index fbb45a7..c70a67b 100644 --- a/plugins/dify/main.py +++ b/plugins/dify/main.py @@ -204,7 +204,9 @@ class DifyPlugin(MessagePluginInterface): # 调用Dify API获取回复 response = self._chat_with_dify(session_id, user_id, query) # 去除广告内容 + self.LOG.debug(f"_chat_with_dify response:{response}") response = remove_trailing_content(response) + self.LOG.debug(f"remove_trailing_content response:{response}") # 发送回复 if response: # 判断是否为本地文件路径