From f919a780687703b2737251d6b0de5c10fef9de77 Mon Sep 17 00:00:00 2001 From: liuwei Date: Thu, 13 Mar 2025 15:55:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=85=A5dify=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dify/dify_chat.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dify/dify_chat.py b/dify/dify_chat.py index 7d7cbec..630df48 100644 --- a/dify/dify_chat.py +++ b/dify/dify_chat.py @@ -144,6 +144,7 @@ class DifyChat: "query": query, "sys.files": [], "user": user_id, + "inputs":{}, "response_mode": "streaming", # 使用流式响应 "conversation_id": session_id # 使用会话ID保持上下文 }