From d6d5dac6b30ae8b1fe43cc144da0df2b0fec7251 Mon Sep 17 00:00:00 2001 From: Ethan Date: Sun, 2 Mar 2025 19:10:53 +0800 Subject: [PATCH] feat: enhance user message preprocessing to include message creation timestamp --- pkg/provider/runners/difysvapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/provider/runners/difysvapi.py b/pkg/provider/runners/difysvapi.py index 6e47ccb8..ba8e5110 100644 --- a/pkg/provider/runners/difysvapi.py +++ b/pkg/provider/runners/difysvapi.py @@ -229,7 +229,7 @@ class DifyServiceAPIRunner(runner.RequestRunner): cov_id = query.session.using_conversation.uuid - plain_text, image_ids, timestamp = await self._preprocess_user_message(query) + plain_text, image_ids = await self._preprocess_user_message(query) # 尝试获取 CreateTime create_time = 0