From f6205d79c0022d1b2441a145214391ff6b68dff2 Mon Sep 17 00:00:00 2001 From: Ethan Date: Sun, 2 Mar 2025 19:18:26 +0800 Subject: [PATCH] feat: enhance user message preprocessing to include message creation timestamp --- libs/dify_service_api/v1/client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/dify_service_api/v1/client.py b/libs/dify_service_api/v1/client.py index 70a804b7..7e5dba53 100644 --- a/libs/dify_service_api/v1/client.py +++ b/libs/dify_service_api/v1/client.py @@ -78,6 +78,7 @@ class AsyncDifyServiceClient: trust_env=True, timeout=timeout, ) as client: + print(f"inputs: {inputs}") async with client.stream( "POST",