feat: enhance user message preprocessing to include message creation timestamp

This commit is contained in:
Ethan
2025-03-02 19:18:26 +08:00
parent d6d5dac6b3
commit f6205d79c0

View File

@@ -78,6 +78,7 @@ class AsyncDifyServiceClient:
trust_env=True,
timeout=timeout,
) as client:
print(f"inputs: {inputs}")
async with client.stream(
"POST",