美化一下后台
This commit is contained in:
@@ -174,6 +174,8 @@ class DifyPlugin(MessagePluginInterface):
|
||||
# target, "⏳AI 正在加油,请稍候… 😊", sender if roomid else "")
|
||||
# revoke.add_message_to_revoke(target, client_msg_id, create_time, new_msg_id, 3)
|
||||
|
||||
# TODO,支持@ 消息(比如:图片引用,文本聊天引用,视频引用)
|
||||
# 需要根据引用的信息,进行相关资源下载。如果是表情,则不理解。
|
||||
# 调用Dify API获取回复
|
||||
success, response = await self._chat_with_dify(target, sender, query)
|
||||
if not success:
|
||||
|
||||
Reference in New Issue
Block a user