TASK:cloud;
This commit is contained in:
@@ -300,8 +300,10 @@ public class LLMServiceImpl implements LLMService {
|
||||
if ("text".equals(type) || "think".equals(type)) {
|
||||
if (StringUtils.isEmpty(contentType) || !contentType.equals(type)) {
|
||||
if ("text".equals(type)) {
|
||||
contentType = "text";
|
||||
responseContentBuilder.append("[TEXT]");
|
||||
}else {
|
||||
contentType = "think";
|
||||
responseContentBuilder.append("[THINK]");
|
||||
}
|
||||
// systemMessage.setSeq(getNextSeq(projectId));
|
||||
|
||||
Reference in New Issue
Block a user