mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 03:55:55 +00:00
feat: enhance user message preprocessing to include message creation timestamp
This commit is contained in:
@@ -78,6 +78,7 @@ class AsyncDifyServiceClient:
|
||||
trust_env=True,
|
||||
timeout=timeout,
|
||||
) as client:
|
||||
print(f"inputs: {inputs}")
|
||||
|
||||
async with client.stream(
|
||||
"POST",
|
||||
|
||||
Reference in New Issue
Block a user