|
|
@@ -340,7 +340,7 @@ public class SmsbAppointmentInfoServiceImpl implements ISmsbAppointmentInfoServi
|
|
|
String reportSummary = DifyStreamUtil.callDifyStreamApi(difyBaseUrl + "/v1/chat-messages", difyScAgentApiKey, caseContentStr.toString());
|
|
|
SmsbDeviceChatScCase scCase = new SmsbDeviceChatScCase();
|
|
|
scCase.setType(1);
|
|
|
- String content = "你好," + add.getEnterprise() + "企业,我是小数智能分析助手。您企业的诊断评估简单介绍为:" + reportSummary + "您可以继续向我提问。";
|
|
|
+ String content = "你好," + add.getEnterprise() + "企业,我是小数智能分析助手。推荐您学习的企业案例为:" + reportSummary + "您可以继续向我提问。";
|
|
|
scCase.setIntroduction(content);
|
|
|
scCase.setName("欢迎词");
|
|
|
scCase.setAppointmentId(add.getId());
|