|
|
@@ -383,10 +383,10 @@ public class QwMsgController {
|
|
|
final String finalContent = content;
|
|
|
if (2000000000000000L-receiver>0){
|
|
|
log.info("id:{}, 客户发送", id);
|
|
|
-// aiHookService.qwHookNotifyAiReply(id,sender,finalContent,wxWorkMsgResp.getUuid(),wxWorkMessageDTO.getMsgtype(),tenantId);
|
|
|
+ aiHookService.qwHookNotifyAiReply(id,sender,finalContent,wxWorkMsgResp.getUuid(),wxWorkMessageDTO.getMsgtype(),tenantId);
|
|
|
// ====== Qdrant RAG AI 回复(替代 FastGPT) ======
|
|
|
- qdrantRagAiReply(id, sender, finalContent, wxWorkMsgResp.getUuid(),
|
|
|
- wxWorkMessageDTO.getMsgtype(), tenantId, serverId);
|
|
|
+// qdrantRagAiReply(id, sender, finalContent, wxWorkMsgResp.getUuid(),
|
|
|
+// wxWorkMessageDTO.getMsgtype(), tenantId, serverId);
|
|
|
}else {
|
|
|
log.info("销售发送");
|
|
|
aiHookService.qwHookNotifyAddMsgNew(id,receiver,content,wxWorkMsgResp.getUuid(),1);
|