mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-01-13 15:22:32 -06:00
fix(dify agent integration): Updated dify agent integration to use streaming response mode and handle message data in chunks. Modified CHANGELOG.md and src/api/integrations/dify/services/dify.service.ts.
This commit addresses an issue with the dify agent integration by updating it to use a streaming response mode. This allows for handling message data in smaller chunks, improving performance and reducing memory usage. The commit also includes updates to the CHANGELOG.md file and the dify.service.ts file, where the actual changes were implemented.
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
* Session is now individual per instance and remoteJid
|
||||
* Credentials verify on manager login
|
||||
* Added description column on typebot, dify and openai
|
||||
* Fixed dify agent integration
|
||||
|
||||
# 2.0.6-rc (2024-08-02 19:23)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user