uezo / ChatdollKit

ChatdollKit enables you to make your 3D model into a chatbot
Apache License 2.0
714 stars 75 forks source link

Dify Agent mode doesn't work😔 #312

Closed uezo closed 2 months ago

uezo commented 3 months ago

DifyService works with Dify Chatbot, but doesn't work (says nothing) with Dify Agent mode.

DifyService handles the message event, but Dify Agent returns agent_message. This difference causes the avatar to remain silent. https://github.com/uezo/ChatdollKit/blob/master/Scripts/LLM/Dify/DifyService.cs#L300