mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-09 20:50:58 +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,
|
trust_env=True,
|
||||||
timeout=timeout,
|
timeout=timeout,
|
||||||
) as client:
|
) as client:
|
||||||
|
print(f"inputs: {inputs}")
|
||||||
|
|
||||||
async with client.stream(
|
async with client.stream(
|
||||||
"POST",
|
"POST",
|
||||||
|
|||||||
Reference in New Issue
Block a user