Преглед изворни кода

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,