Преглед на файлове

fix: remove duplicated code (#14047)

Co-authored-by: 刘江波 <jiangbo721@163.com>
jiangbo721 преди 2 месеца
родител
ревизия
3f34b8b0d1
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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,