Browse Source

fix: remove duplicated code (#14047)

Co-authored-by: 刘江波 <jiangbo721@163.com>
jiangbo721 2 tháng trước cách đây
mục cha
commit
3f34b8b0d1
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      api/core/app/apps/message_based_app_generator.py

+ 0 - 1
api/core/app/apps/message_based_app_generator.py

@@ -42,7 +42,6 @@ class MessageBasedAppGenerator(BaseAppGenerator):
             ChatAppGenerateEntity,
             CompletionAppGenerateEntity,
             AgentChatAppGenerateEntity,
-            AgentChatAppGenerateEntity,
         ],
         queue_manager: AppQueueManager,
         conversation: Conversation,