TASK:cloud;

This commit is contained in:
shahaibo
2025-06-09 13:41:02 +08:00
parent c420300c11
commit d6bd24865e

View File

@@ -300,8 +300,10 @@ public class LLMServiceImpl implements LLMService {
if ("text".equals(type) || "think".equals(type)) { if ("text".equals(type) || "think".equals(type)) {
if (StringUtils.isEmpty(contentType) || !contentType.equals(type)) { if (StringUtils.isEmpty(contentType) || !contentType.equals(type)) {
if ("text".equals(type)) { if ("text".equals(type)) {
contentType = "text";
responseContentBuilder.append("[TEXT]"); responseContentBuilder.append("[TEXT]");
}else { }else {
contentType = "think";
responseContentBuilder.append("[THINK]"); responseContentBuilder.append("[THINK]");
} }
// systemMessage.setSeq(getNextSeq(projectId)); // systemMessage.setSeq(getNextSeq(projectId));